https://github.com/angular/angular
Raw File
Tip revision: 61b1425aedbcf861871d5618b06efc029f123612 authored by Andrew Kushnir on 21 October 2020, 17:42:17 UTC
release: cut the v10.2.0 release
Tip revision: 61b1425
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top