https://github.com/angular/angular
Raw File
Tip revision: bb05225dcd973647d41ad83790bd350ad53d3ca2 authored by Dylan Hunn on 01 June 2023, 15:25:22 UTC
release: cut the v16.0.4 release
Tip revision: bb05225
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top