2017-11-06 19:02:18 +01:00
|
|
|
{
|
|
|
|
|
"description": "Tour of Heroes: Part 0",
|
|
|
|
|
"files":[
|
|
|
|
|
"!**/*.d.ts",
|
|
|
|
|
"!**/*.js",
|
|
|
|
|
"!**/*.[1].*"
|
|
|
|
|
],
|
2019-12-23 22:29:59 -05:00
|
|
|
"file": "src/app/app.component.ts",
|
2017-11-06 19:02:18 +01:00
|
|
|
"tags": ["tutorial", "tour", "heroes"]
|
|
|
|
|
}
|