angular-cn/aio/content/examples/reactive-forms/final.plnkr.json

22 lines
469 B
JSON

{
"description": "Angular Reactive Forms (final)",
"basePath": "src/",
"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",
"main-final.ts",
"index-final.html"
],
"main": "index-final.html",
"tags": ["reactive", "forms"]
}