angular-cn/aio/content/examples/feature-modules/plnkr.json

12 lines
198 B
JSON
Raw Normal View History

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