Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: make nx plugin work without angular preset and add tailwind option #370

Merged
merged 3 commits into from
May 5, 2023

Commits on May 5, 2023

  1. feat: make nx plugin work without angular preset and add tailwind option

    The nx plugin now works without any manual addition of @nx/angular.
    You can create an empty workspace and simply add the @analogjs/platform
    dependency. After installing it you can run one command:
    nx g @analogjs/platform:app. This will automatically install all angular
    and analog dependencies. This plugin should also work as a preset for
    npx create-workspace. Since e2e testing for nx plugins is still a bit messy
    I tested this manually for now. It worked as expected for an empty package
    based and an empty integrated workspace as well as for an already
    preconfigured angular workspace.
    goetzrobin committed May 5, 2023
    Configuration menu
    Copy the full SHA
    2d3a625 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74b90a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebe1873 View commit details
    Browse the repository at this point in the history