https://github.com/angular/angular
Raw File
Tip revision: b868f1c94ea779691ae5c1232141de79b806045f authored by Andrew Kushnir on 03 August 2022, 17:41:36 UTC
release: cut the v14.1.1 release
Tip revision: b868f1c
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