https://github.com/angular/angular
Raw File
Tip revision: 38bf0a320b6a5c7f44d180818c85d35e18133126 authored by Pawel Kozlowski on 29 November 2023, 17:28:52 UTC
release: cut the v17.1.0-next.2 release
Tip revision: 38bf0a3
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top