Skip to content

Commit 64927e8

Browse files
alan-agius4hansl
authored andcommitted
feat(@angular/cli): add support for ShadowDom as a viewEncapsulation value
1 parent 228a2ed commit 64927e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/cli/lib/config/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
},
142142
"viewEncapsulation": {
143143
"description": "Specifies the view encapsulation strategy.",
144-
"enum": ["Emulated", "Native", "None"],
144+
"enum": ["Emulated", "Native", "None", "ShadowDom"],
145145
"type": "string",
146146
"alias": "v"
147147
}

0 commit comments

Comments
 (0)