https://github.com/angular/angular
Raw File
Tip revision: c110d050f247f569b2e95bd7787ef2dfeff8beac authored by Zach Arend on 26 May 2021, 18:00:17 UTC
release: cut the v12.1.0-next.3 release (#42360)
Tip revision: c110d05
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