https://github.com/angular/angular
Raw File
Tip revision: c6ca7b4a12c4b74720f30fa490e72760641c6d73 authored by Andrew Scott on 13 January 2021, 18:49:09 UTC
release: cut the v11.0.9 release (#40414)
Tip revision: c6ca7b4
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