https://github.com/angular/angular
Raw File
Tip revision: faf5205a66c17f29424ad46012de85898a118be6 authored by Misko Hevery on 11 November 2020, 16:54:48 UTC
release: cut the v11.0.0 release
Tip revision: faf5205
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