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

Angular: Refactor angular server #14358

Merged
merged 3 commits into from
Apr 19, 2021
Merged

Angular: Refactor angular server #14358

merged 3 commits into from
Apr 19, 2021

Commits on Apr 18, 2021

  1. refactor(angular): use the full path to set configFile of TsconfigPat…

    …hsPlugin with tsConfig
    ThibaudAV committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    82ae93d View commit details
    Browse the repository at this point in the history
  2. test(angular): add more test for framework-preset-angular-cli

    Adds tests in order to rework the code in next commit without changing the angular preset behavior
    ThibaudAV committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    62c344e View commit details
    Browse the repository at this point in the history
  3. refactor(angular): rework angular-cli preset

    Rework the code of angular-cli_config and angular-cli_utils to add future features
    Improvement:
    - Add test for NX
    - Use angular core to read the workspace instead of doing it by hand
    - Use angular-cli to read the tsconfig
    - Redesigned the code to get out the main steps + added error handling
    - Express more clearly the webpack config from angular-cli
    - Clarification of the logs
    - Improvement of the types with those of angular-cli
    ThibaudAV committed Apr 18, 2021
    21 Configuration menu
    Copy the full SHA
    4f00418 View commit details
    Browse the repository at this point in the history