https://github.com/angular/angular
Raw File
Tip revision: 88bfbd9299f9e9dda50bf93bc0686e2fcc6c043f authored by Dylan Hunn on 29 June 2022, 18:08:05 UTC
release: cut the v14.0.4 release (#46620)
Tip revision: 88bfbd9
stackblitz.json
{
  "description": "Tour of Heroes: Part 2",
  "files":[
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1].*"
  ],
  "file": "src/app/heroes/heroes.component.html",
  "tags": ["tutorial", "tour", "heroes"]
}
back to top