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