https://github.com/angular/angular
Raw File
Tip revision: 0b95d141ab26171805582ea097543ee6f2de4017 authored by Andrew Kushnir on 14 February 2024, 18:50:07 UTC
release: cut the v17.2.0 release
Tip revision: 0b95d14
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