2017-01-31 20:36:32 -05:00
|
|
|
{
|
|
|
|
"description": "Angular Reactive Forms (Demo runner)",
|
2017-02-07 03:56:45 +01:00
|
|
|
"basePath": "src/",
|
2017-01-31 20:36:32 -05:00
|
|
|
"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"]
|
|
|
|
}
|