https://github.com/angular/angular
Raw File
Tip revision: d315e2c4fa178dfbd41bc25259605bb999fa302e authored by Andrew Scott on 21 December 2023, 14:30:39 UTC
release: cut the v17.1.0-next.5 release
Tip revision: d315e2c
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top