https://github.com/angular/angular
Raw File
Tip revision: bde57016c6338f9961405ee0064ef44e0ef234f3 authored by Matias Niemelä on 24 October 2017, 00:35:17 UTC
docs: add changelog for 5.0.0-rc.4
Tip revision: bde5701
final.plnkr.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"]
}
back to top