https://github.com/angular/angular
Raw File
Tip revision: 4e7d2bd5bfc329704e0577f7c987970a708c8c15 authored by Matias Niemelä on 15 September 2017, 21:54:32 UTC
docs: add changelog for 4.4.0
Tip revision: 4e7d2bd
plnkr.json
{
  "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"]
}
back to top