diff --git a/src/lib/schematics/address-form/schema.json b/src/lib/schematics/address-form/schema.json index 10b9d2edb3b9..c0e9f3b2b323 100644 --- a/src/lib/schematics/address-form/schema.json +++ b/src/lib/schematics/address-form/schema.json @@ -39,7 +39,7 @@ }, "viewEncapsulation": { "description": "Specifies the view encapsulation strategy.", - "enum": ["Emulated", "Native", "None"], + "enum": ["Emulated", "None"], "type": "string", "alias": "v" }, diff --git a/src/lib/schematics/dashboard/schema.json b/src/lib/schematics/dashboard/schema.json index 2806d5536324..28d3b0be9c0b 100644 --- a/src/lib/schematics/dashboard/schema.json +++ b/src/lib/schematics/dashboard/schema.json @@ -39,7 +39,7 @@ }, "viewEncapsulation": { "description": "Specifies the view encapsulation strategy.", - "enum": ["Emulated", "Native", "None"], + "enum": ["Emulated", "None"], "type": "string", "alias": "v" }, diff --git a/src/lib/schematics/nav/schema.json b/src/lib/schematics/nav/schema.json index 2c73b0a35c51..db3c7423a117 100644 --- a/src/lib/schematics/nav/schema.json +++ b/src/lib/schematics/nav/schema.json @@ -39,7 +39,7 @@ }, "viewEncapsulation": { "description": "Specifies the view encapsulation strategy.", - "enum": ["Emulated", "Native", "None"], + "enum": ["Emulated", "None"], "type": "string", "alias": "v" }, diff --git a/src/lib/schematics/table/schema.json b/src/lib/schematics/table/schema.json index d12369c29167..ded294915e1f 100644 --- a/src/lib/schematics/table/schema.json +++ b/src/lib/schematics/table/schema.json @@ -39,7 +39,7 @@ }, "viewEncapsulation": { "description": "Specifies the view encapsulation strategy.", - "enum": ["Emulated", "Native", "None"], + "enum": ["Emulated", "None"], "type": "string", "alias": "v" }, diff --git a/src/lib/schematics/tree/schema.json b/src/lib/schematics/tree/schema.json index 196de863380e..a9e697b514c9 100644 --- a/src/lib/schematics/tree/schema.json +++ b/src/lib/schematics/tree/schema.json @@ -39,7 +39,7 @@ }, "viewEncapsulation": { "description": "Specifies the view encapsulation strategy.", - "enum": ["Emulated", "Native", "None"], + "enum": ["Emulated", "None"], "type": "string", "alias": "v" },