https://github.com/angular/angular
Raw File
Tip revision: cc57d4c4998b4e38f940afdf358af37185028072 authored by Pawel Kozlowski on 17 April 2024, 15:37:56 UTC
release: cut the v17.3.5 release
Tip revision: cc57d4c
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top