https://github.com/angular/angular
Raw File
Tip revision: 3673ea062173a5f7353073e530878ea7e25bb539 authored by Andrew Kushnir on 01 March 2023, 19:00:26 UTC
release: cut the v16.0.0-next.1 release
Tip revision: 3673ea0
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top