https://github.com/angular/angular
Raw File
Tip revision: cc57b24881e8ee4a0f19b62e7423e22fbe3f122f authored by Andrew Kushnir on 13 September 2023, 17:30:06 UTC
release: cut the v16.2.5 release
Tip revision: cc57b24
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top