https://github.com/angular/angular
Raw File
Tip revision: 85e95cc32ba4e7d1093f236f3f2bdec508e481d7 authored by Matias Niemelä on 28 October 2017, 06:31:35 UTC
docs: add changelog for 5.0.0-rc.8
Tip revision: 85e95cc
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