@schematics/angular 22.0.0-rc.1 → 22.0.0-rc.2

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.
@@ -28,7 +28,6 @@ You are an expert in TypeScript, Angular, and scalable web application developme
28
28
  - Keep components small and focused on a single responsibility
29
29
  - Use `input()` and `output()` functions instead of decorators
30
30
  - Use `computed()` for derived state
31
- - Set `changeDetection: ChangeDetectionStrategy.OnPush` in `@Component` decorator
32
31
  - Prefer inline templates for small components
33
32
  - Prefer Reactive forms instead of Template-driven ones
34
33
  - Do NOT use `ngClass`, use `class` bindings instead
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "22.0.0-rc.1",
3
+ "version": "22.0.0-rc.2",
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.0.0-rc.1",
26
- "@angular-devkit/schematics": "22.0.0-rc.1",
25
+ "@angular-devkit/core": "22.0.0-rc.2",
26
+ "@angular-devkit/schematics": "22.0.0-rc.2",
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.0.0-next.0',
18
18
  NgPackagr: '^22.0.0-next.0',
19
- DevkitBuildAngular: '^22.0.0-rc.1',
20
- AngularBuild: '^22.0.0-rc.1',
21
- AngularSSR: '^22.0.0-rc.1',
19
+ DevkitBuildAngular: '^22.0.0-rc.2',
20
+ AngularBuild: '^22.0.0-rc.2',
21
+ AngularSSR: '^22.0.0-rc.2',
22
22
  };
23
23
  //# sourceMappingURL=latest-versions.js.map