https://github.com/angular/angular
Raw File
Tip revision: 79aa8be54d05e2246006c8cee675d0fdac2c1586 authored by Jessica Janiuk on 13 July 2022, 19:06:25 UTC
release: cut the v14.0.6 release (#46827)
Tip revision: 79aa8be
stackblitz.json
{
  "description": "Tour of Heroes: Part 0",
  "files":[
    "!**/*.d.ts",
    "!**/*.js",
    "!**/*.[1].*"
  ],
  "file": "src/app/app.component.ts",
  "tags": ["tutorial", "tour", "heroes"]
}
back to top