https://github.com/angular/angular
Raw File
Tip revision: ec3987ede6d3adc3858b46b524ff4cb1b89aabf5 authored by Andrew Scott on 11 January 2021, 17:25:48 UTC
release: cut the v11.0.8 release (#40391)
Tip revision: ec3987e
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