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

16 lines
288 B
JSON
Raw Normal View History

{
"description": "Angular Reactive Forms (Demo runner)",
"basePath": "src/",
"files":[
"!**/*.d.ts",
"!**/*.js",
"!app/app.component.1.ts",
"!app/hero-list.component.1.html",
"!app/main-final.ts",
"!index-final.html"
],
"tags": ["reactive", "forms"]
}