https://github.com/angular/angular
Raw File
Tip revision: cc57d4c4998b4e38f940afdf358af37185028072 authored by Pawel Kozlowski on 17 April 2024, 15:37:56 UTC
release: cut the v17.3.5 release
Tip revision: cc57d4c
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