https://github.com/angular/angular
Raw File
Tip revision: 64d94e8a6805c98d40b2763cbd6f6f1d8e1fd270 authored by Andrew Scott on 07 January 2021, 20:29:20 UTC
release: cut the v11.0.7 release (#40343)
Tip revision: 64d94e8
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