fix(@schematics/angular): remove Native value from viewEncapsulation option

This commit is contained in:
Mouad Ennaciri 2021-03-15 22:11:54 +01:00 committed by Alan Agius
parent 6cc8c26083
commit ee4918db40
3 changed files with 3 additions and 3 deletions

View File

@ -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
},

View File

@ -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

View File

@ -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
},