https://github.com/angular/angular
Raw File
Tip revision: ded96ca6cb3484414cd01d48e2fb11a5fd74accc authored by Andrew Scott on 23 February 2022, 20:50:34 UTC
release: cut the v14.0.0-next.4 release (#45184)
Tip revision: ded96ca
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