2017-02-22 18:13:21 +00:00
|
|
|
{
|
2017-07-07 16:55:17 -07:00
|
|
|
"description": "Hierarchical Dependency Injection",
|
2017-02-22 18:13:21 +00:00
|
|
|
"files":[
|
|
|
|
|
"!**/*.d.ts",
|
|
|
|
|
"!**/*.js"
|
|
|
|
|
],
|
2019-12-23 22:29:59 -05:00
|
|
|
"file": "src/app/app.component.ts",
|
2017-02-22 18:13:21 +00:00
|
|
|
"tags": ["dependency", "injection"]
|
|
|
|
|
}
|