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

12 lines
234 B
JSON
Raw Normal View History

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