https://github.com/angular/angular
Raw File
Tip revision: 8bf3b53a1d6d04de85545807d4eebbb3480343ae authored by Jessica Janiuk on 02 March 2022, 18:18:07 UTC
release: cut the v13.2.5 release (#45241)
Tip revision: 8bf3b53
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