mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
17 lines
230 B
JSON
17 lines
230 B
JSON
|
|
{
|
||
|
|
"description": "View Encapsulation",
|
||
|
|
"files": [
|
||
|
|
"!**/*.d.ts",
|
||
|
|
"!**/*.js",
|
||
|
|
"!**/*.[1,2].*"
|
||
|
|
],
|
||
|
|
"tags": [
|
||
|
|
[
|
||
|
|
"view encapsulation",
|
||
|
|
"shadow DOM",
|
||
|
|
"CSS",
|
||
|
|
"component styling"
|
||
|
|
]
|
||
|
|
]
|
||
|
|
}
|