https://github.com/angular/angular
Raw File
Tip revision: 6fabc0c6795e8a74443ee101a40f9c5c841e1780 authored by Andrew Kushnir on 03 August 2022, 17:54:11 UTC
release: cut the v14.2.0-next.0 release
Tip revision: 6fabc0c
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top