https://github.com/angular/angular
Raw File
Tip revision: bd8c08a2843819541be44d5bc17f82dc3a2ee945 authored by Jessica Janiuk on 30 August 2023, 18:24:50 UTC
release: cut the v17.0.0-next.2 release
Tip revision: bd8c08a
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