2017-02-22 18:13:21 +00:00
|
|
|
{
|
|
|
|
|
"description": "Tour of Heroes: Part 3",
|
|
|
|
|
"files":[
|
|
|
|
|
"!**/*.d.ts",
|
2017-03-27 16:08:53 +01:00
|
|
|
"!**/*.js",
|
|
|
|
|
"!**/*.[1].*"
|
2017-02-22 18:13:21 +00:00
|
|
|
],
|
2019-12-23 22:29:59 -05:00
|
|
|
"file": "src/app/heroes/heroes.component.html",
|
2017-02-22 18:13:21 +00:00
|
|
|
"tags": ["tutorial", "tour", "heroes"]
|
|
|
|
|
}
|