angular/aio/content/examples/feature-modules/plnkr.json
2018-01-10 16:26:46 -08:00

11 lines
198 B
JSON

{
"description": "Feature Modules",
"basePath": "src/",
"files": [
"!**/*.d.ts",
"!**/*.js",
"!**/*.[1,2].*"
],
"open": "app/app.component.ts",
"tags": ["feature modules"]
}