https://github.com/angular/angular
Raw File
Tip revision: d315e2c4fa178dfbd41bc25259605bb999fa302e authored by Andrew Scott on 21 December 2023, 14:30:39 UTC
release: cut the v17.1.0-next.5 release
Tip revision: d315e2c
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