https://github.com/angular/angular
Raw File
Tip revision: 4002f0121e3c9e15e80195a2cf720f07b266989a authored by Andrew Kushnir on 07 September 2022, 17:28:39 UTC
release: cut the v14.2.1 release
Tip revision: 4002f01
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