mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +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": {
|
||||
"description": "The view encapsulation strategy to use in the new app.",
|
||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
||||
"enum": ["Emulated", "None", "ShadowDom"],
|
||||
"type": "string",
|
||||
"x-user-analytics": 11
|
||||
},
|
||||
|
@ -50,7 +50,7 @@
|
||||
},
|
||||
"viewEncapsulation": {
|
||||
"description": "The view encapsulation strategy to use in the new component.",
|
||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
||||
"enum": ["Emulated", "None", "ShadowDom"],
|
||||
"type": "string",
|
||||
"alias": "v",
|
||||
"x-user-analytics": 11
|
||||
|
@ -78,7 +78,7 @@
|
||||
},
|
||||
"viewEncapsulation": {
|
||||
"description": "The view encapsulation strategy to use in the initial project.",
|
||||
"enum": ["Emulated", "Native", "None", "ShadowDom"],
|
||||
"enum": ["Emulated", "None", "ShadowDom"],
|
||||
"type": "string",
|
||||
"x-user-analytics": 11
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user