26 lines
666 B
JSON
26 lines
666 B
JSON
{
|
|
"description": "Angular Reactive Forms (final)",
|
|
"basePath": "src/",
|
|
"files":[
|
|
"styles.css",
|
|
|
|
"app/app.component.ts",
|
|
"app/app.component.html",
|
|
"app/app.component.css",
|
|
"app/app.module.ts",
|
|
"app/data-model.ts",
|
|
"app/hero.service.ts",
|
|
"app/hero-detail/hero-detail.component.html",
|
|
"app/hero-detail/hero-detail.component.ts",
|
|
"app/hero-detail/hero-detail.component.css",
|
|
"app/hero-list/hero-list.component.html",
|
|
"app/hero-list/hero-list.component.ts",
|
|
"app/hero-list/hero-list.component.css",
|
|
|
|
"main-final.ts",
|
|
"index-final.html"
|
|
],
|
|
"main": "index-final.html",
|
|
"tags": ["reactive", "forms"]
|
|
}
|