mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
fix(@schematics/angular): remove Native value from viewEncapsulation option
This commit is contained in:
parent
6cc8c26083
commit
ee4918db40
@ -34,7 +34,7 @@
|
|||||||
},
|
},
|
||||||
"viewEncapsulation": {
|
"viewEncapsulation": {
|
||||||
"description": "The view encapsulation strategy to use in the new app.",
|
"description": "The view encapsulation strategy to use in the new app.",
|
||||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
"enum": ["Emulated", "None", "ShadowDom"],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"x-user-analytics": 11
|
"x-user-analytics": 11
|
||||||
},
|
},
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
"viewEncapsulation": {
|
"viewEncapsulation": {
|
||||||
"description": "The view encapsulation strategy to use in the new component.",
|
"description": "The view encapsulation strategy to use in the new component.",
|
||||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
"enum": ["Emulated", "None", "ShadowDom"],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"alias": "v",
|
"alias": "v",
|
||||||
"x-user-analytics": 11
|
"x-user-analytics": 11
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
},
|
},
|
||||||
"viewEncapsulation": {
|
"viewEncapsulation": {
|
||||||
"description": "The view encapsulation strategy to use in the initial project.",
|
"description": "The view encapsulation strategy to use in the initial project.",
|
||||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
"enum": ["Emulated", "None", "ShadowDom"],
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"x-user-analytics": 11
|
"x-user-analytics": 11
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user