angular-cn/aio/content/examples/toh-pt1/plnkr.json

12 lines
206 B
JSON
Raw Normal View History

{
"description": "Tour of Heroes: Part 1",
"basePath": "src/",
"files":[
"!**/*.d.ts",
"!**/*.js",
2017-11-06 13:02:18 -05:00
"!**/*.[1].*",
"!**/dummy.module.ts"
],
"tags": ["tutorial", "tour", "heroes"]
}