2019-03-20 15:10:47 +00:00
|
|
|
{
|
|
|
|
|
"description": "Getting Started",
|
|
|
|
|
"files":[
|
|
|
|
|
"!**/*.d.ts",
|
|
|
|
|
"!**/*.js",
|
|
|
|
|
"!**/*.[0-9].*"
|
|
|
|
|
],
|
2019-12-23 22:29:59 -05:00
|
|
|
"file": "src/app/app.component.ts",
|
2019-03-20 15:10:47 +00:00
|
|
|
"tags": ["Angular", "getting started", "tutorial"]
|
|
|
|
|
}
|