@schematics/angular 17.2.2 → 17.3.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@
15
15
  "karma-jasmine-html-reporter": "~2.1.0",
16
16
  "karma-jasmine": "~5.1.0",
17
17
  "karma": "~6.4.0",
18
- "ng-packagr": "^17.2.0",
18
+ "ng-packagr": "^17.3.0-next.0",
19
19
  "protractor": "~7.0.0",
20
20
  "rxjs": "~7.8.0",
21
21
  "tslib": "^2.3.0",
@@ -13,7 +13,7 @@ exports.latestVersions = {
13
13
  // but ts_library doesn't support JSON inputs.
14
14
  ...require('./latest-versions/package.json')['dependencies'],
15
15
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
16
- Angular: '^17.2.0',
17
- DevkitBuildAngular: '^17.2.2',
18
- AngularSSR: '^17.2.2',
16
+ Angular: '^17.3.0-next.0',
17
+ DevkitBuildAngular: '^17.3.0-rc.0',
18
+ AngularSSR: '^17.3.0-rc.0',
19
19
  };
@@ -13,7 +13,7 @@ export interface PendingCode {
13
13
  /** Imports that need to be added to the file in which the code is inserted. */
14
14
  imports: PendingImports;
15
15
  }
16
- /** Map keeping track of imports and aliases under which they're referred to in an expresion. */
16
+ /** Map keeping track of imports and aliases under which they're referred to in an expression. */
17
17
  type PendingImports = Map<string, Map<string, string>>;
18
18
  /**
19
19
  * Callback invoked by a Rule that produces the code