@schematics/angular 22.1.6 → 22.1.8

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.
@@ -34,6 +34,7 @@ You are an expert in TypeScript, Angular, and scalable web application developme
34
34
  - When not using Signal Forms, prefer Reactive forms instead of Template-driven ones
35
35
  - Do NOT use `ngClass`, use `class` bindings instead
36
36
  - Do NOT use `ngStyle`, use `style` bindings instead
37
+ - Do NOT import `CommonModule`, import only the directives and pipes the template uses, such as `AsyncPipe` or `DatePipe`
37
38
  - When using external templates/styles, use paths relative to the component TS file.
38
39
 
39
40
  ## State Management
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "22.1.6",
3
+ "version": "22.1.8",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "schematics": "./collection.json",
24
24
  "dependencies": {
25
- "@angular-devkit/core": "22.1.6",
26
- "@angular-devkit/schematics": "22.1.6",
25
+ "@angular-devkit/core": "22.1.8",
26
+ "@angular-devkit/schematics": "22.1.8",
27
27
  "jsonc-parser": "3.3.1",
28
28
  "typescript": "6.0.3"
29
29
  },
@@ -16,8 +16,8 @@ exports.latestVersions = {
16
16
  // As Angular CLI works with same minor versions of Angular Framework, a tilde match for the current
17
17
  Angular: '^22.1.0',
18
18
  NgPackagr: '^22.1.0',
19
- DevkitBuildAngular: '^22.1.6',
20
- AngularBuild: '^22.1.6',
21
- AngularSSR: '^22.1.6',
19
+ DevkitBuildAngular: '^22.1.8',
20
+ AngularBuild: '^22.1.8',
21
+ AngularSSR: '^22.1.8',
22
22
  };
23
23
  //# sourceMappingURL=latest-versions.js.map