https://github.com/angular/angular
Raw File
Tip revision: 8ae4783d9b4af34db39be8137e92752de114a58e authored by Angular Robot on 16 April 2024, 05:04:33 UTC
build: update github/codeql-action action to v3.25.0 (#55358)
Tip revision: 8ae4783
stackblitz.json
{
  "description": "Forms",
  "files":[
    "!**/*.d.ts",
    "!**/*.js"
  ],
  "file": "src/app/hero-form/hero-form.component.html"
}
back to top