@schematics/angular 12.2.0-rc.0 → 12.2.3

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.
@@ -66,7 +66,7 @@ export interface Schema {
66
66
  */
67
67
  style?: Style;
68
68
  /**
69
- * The view encapsulation strategy to use in the new app.
69
+ * The view encapsulation strategy to use in the new application.
70
70
  */
71
71
  viewEncapsulation?: ViewEncapsulation;
72
72
  }
@@ -80,7 +80,7 @@ export declare enum Style {
80
80
  Scss = "scss"
81
81
  }
82
82
  /**
83
- * The view encapsulation strategy to use in the new app.
83
+ * The view encapsulation strategy to use in the new application.
84
84
  */
85
85
  export declare enum ViewEncapsulation {
86
86
  Emulated = "Emulated",
@@ -14,7 +14,7 @@ var Style;
14
14
  Style["Scss"] = "scss";
15
15
  })(Style = exports.Style || (exports.Style = {}));
16
16
  /**
17
- * The view encapsulation strategy to use in the new app.
17
+ * The view encapsulation strategy to use in the new application.
18
18
  */
19
19
  var ViewEncapsulation;
20
20
  (function (ViewEncapsulation) {
@@ -33,7 +33,7 @@
33
33
  "x-user-analytics": 10
34
34
  },
35
35
  "viewEncapsulation": {
36
- "description": "The view encapsulation strategy to use in the new app.",
36
+ "description": "The view encapsulation strategy to use in the new application.",
37
37
  "enum": ["Emulated", "None", "ShadowDom"],
38
38
  "type": "string",
39
39
  "x-user-analytics": 11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schematics/angular",
3
- "version": "12.2.0-rc.0",
3
+ "version": "12.2.3",
4
4
  "description": "Schematics specific to Angular",
5
5
  "homepage": "https://github.com/angular/angular-cli",
6
6
  "keywords": [
@@ -15,8 +15,8 @@
15
15
  ],
16
16
  "schematics": "./collection.json",
17
17
  "dependencies": {
18
- "@angular-devkit/core": "12.2.0-rc.0",
19
- "@angular-devkit/schematics": "12.2.0-rc.0",
18
+ "@angular-devkit/core": "12.2.3",
19
+ "@angular-devkit/schematics": "12.2.3",
20
20
  "jsonc-parser": "3.0.0"
21
21
  },
22
22
  "repository": {