2017-01-31 20:36:32 -05:00
|
|
|
{
|
|
|
|
"description": "Angular Reactive Forms (final)",
|
2017-02-02 18:38:17 +00:00
|
|
|
"basePath": "src/",
|
2017-01-31 20:36:32 -05:00
|
|
|
"files":[
|
|
|
|
"styles.css",
|
|
|
|
|
|
|
|
"app/app.component.ts",
|
|
|
|
"app/app.module.ts",
|
|
|
|
"app/data-model.ts",
|
|
|
|
"app/hero.service.ts",
|
|
|
|
"app/hero-detail.component.html",
|
|
|
|
"app/hero-detail.component.ts",
|
|
|
|
"app/hero-list.component.html",
|
|
|
|
"app/hero-list.component.ts",
|
|
|
|
|
2017-02-02 18:38:17 +00:00
|
|
|
"main-final.ts",
|
2017-01-31 20:36:32 -05:00
|
|
|
"index-final.html"
|
|
|
|
],
|
|
|
|
"main": "index-final.html",
|
|
|
|
"tags": ["reactive", "forms"]
|
|
|
|
}
|