https://github.com/angular/angular
Raw File
Tip revision: 87074753410dfe7018afacf7bf346547278f3410 authored by Pawel Kozlowski on 26 October 2022, 18:18:26 UTC
release: cut the v14.2.8 release
Tip revision: 8707475
stackblitz.json
{
  "description": "Http",
  "files":[
    "!**/*.d.ts",
    "!**/*.js",
    "!src/testing/*.*",
    "!src/index-specs.html",
    "!src/main-specs.ts"
  ],
  "file": "src/app/app.component.ts", 
  "tags": ["http"],
  "devDependencies": ["jasmine-core"]
}
back to top