mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
194 B
JSON
12 lines
194 B
JSON
|
|
{
|
||
|
|
"description": "Component Styles",
|
||
|
|
"files": [
|
||
|
|
"!**/*.d.ts",
|
||
|
|
"!**/*.js",
|
||
|
|
"!**/*.native.*",
|
||
|
|
"!**/*.[1].*"
|
||
|
|
],
|
||
|
|
"file": "src/app/hero-app.component.ts",
|
||
|
|
"tags": ["CSS"]
|
||
|
|
}
|