https://github.com/angular/angular
Raw File
Tip revision: 6fabc0c6795e8a74443ee101a40f9c5c841e1780 authored by Andrew Kushnir on 03 August 2022, 17:54:11 UTC
release: cut the v14.2.0-next.0 release
Tip revision: 6fabc0c
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