https://github.com/angular/angular
Raw File
Tip revision: c501e86fd2a9d4acff1d1106392b1d3d0ecb03a4 authored by Dylan Hunn on 18 August 2021, 17:15:31 UTC
release: cut the v12.2.2 release (#43195)
Tip revision: c501e86
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