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

11 lines
216 B
JSON
Raw Normal View History

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