https://github.com/angular/angular
Raw File
Tip revision: 587093c3a55019bbffa11eecfa0f0371d7105057 authored by Jessica Janiuk on 30 August 2023, 17:54:31 UTC
release: cut the v16.2.3 release
Tip revision: 587093c
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top