https://github.com/angular/angular
Raw File
Tip revision: fb10abcf3ed66866c05d1de3303480f345c974b7 authored by Andrew Scott on 11 October 2023, 16:50:52 UTC
release: cut the v16.2.9 release
Tip revision: fb10abc
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