Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: angular/angular-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b4e9d4bb41028fb25c3f4551368bbc3f2c869da
Choose a base ref
...
head repository: angular/angular-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2caf1ea72204caeeeb87c2197d1ad36dbe3207f7
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Apr 27, 2022

  1. fix(@angular/cli): change wrapping of schematic code

    (cherry picked from commit 4b07aa3)
    wagnermaciel authored and clydin committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    f4da756 View commit details
    Browse the repository at this point in the history
  2. fix(@angular-devkit/build-angular): correctly resolve custom service …

    …worker configuration file
    
    Paths within the `angular.json` file should be relative to the location of the `angular.json` file.
    The `ngswConfigPath` option was incorrectly using the current working directory for a base path when
    a relative configuration path was specified. Most of the time this would work as a build command usually
    is executed from the root of the workspace. However, this may not always be the case and for those cases
    the actual workspace root is now used to resolve the full path for the service worker configuration file.
    clydin committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5d0141b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2caf1ea View commit details
    Browse the repository at this point in the history
Loading