2015-12-10 18:29:14 -08:00
|
|
|
{
|
|
|
|
"description": "QuickStart",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2015-12-10 18:29:14 -08:00
|
|
|
"files": [
|
2016-11-21 17:13:21 -08:00
|
|
|
"app/app.component.ts",
|
2017-02-06 18:35:49 -08:00
|
|
|
"app/app.module.ts",
|
|
|
|
"main.ts",
|
2016-11-21 17:13:21 -08:00
|
|
|
"index.html"
|
2015-12-10 18:29:14 -08:00
|
|
|
],
|
2016-11-21 17:13:21 -08:00
|
|
|
"open": "app/app.component.ts",
|
2015-12-10 18:29:14 -08:00
|
|
|
"tags": ["quickstart"]
|
2016-11-21 17:13:21 -08:00
|
|
|
}
|