https://github.com/angular/angular
Raw File
Tip revision: 4ce743dfb8b89b54093c4c9300ca24c5d1f50544 authored by Alex Rickabaugh on 01 April 2021, 23:19:10 UTC
release: cut the v12.0.0-next.7 release (#41423)
Tip revision: 4ce743d
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