angular-cn/aio/content/examples/ngmodules/plnkr.json

12 lines
186 B
JSON
Raw Normal View History

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