Files

11 lines
180 B
JSON
Raw Permalink Normal View History

2017-07-04 10:58:20 -04:00
{
"description": "Feature Modules",
"files": [
"!**/*.d.ts",
"!**/*.js",
"!**/*.[1,2].*"
],
"file": "src/app/app.component.ts",
2017-07-04 10:58:20 -04:00
"tags": ["feature modules"]
}