https://github.com/angular/angular
Raw File
Tip revision: a19cc43f1dfe7843155c846ff3a17a66ae61c366 authored by Jessica Janiuk on 14 April 2023, 14:00:17 UTC
release: cut the v16.0.0-rc.1 release
Tip revision: a19cc43
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top