https://github.com/angular/angular
Raw File
Tip revision: 67f0cf5fc8a2be4a48c6cd15db53ce9c9c4cd014 authored by Dylan Hunn on 28 March 2024, 16:47:17 UTC
release: cut the v17.3.2 release
Tip revision: 67f0cf5
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top