https://github.com/angular/angular
Raw File
Tip revision: 67f0cf5fc8a2be4a48c6cd15db53ce9c9c4cd014 authored by Dylan Hunn on 28 March 2024, 16:47:17 UTC
release: cut the v17.3.2 release
Tip revision: 67f0cf5
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