https://github.com/angular/angular
Raw File
Tip revision: 6ac05c05e9c61f3ba67d9324b420d13565b2adbf authored by Misko Hevery on 03 February 2021, 22:40:54 UTC
release: cut the v11.2.0-next.1 release
Tip revision: 6ac05c0
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top