https://github.com/angular/angular
Raw File
Tip revision: c8d891ec30234d7d89c5fd875f581d60db328eac authored by Alex Rickabaugh on 28 September 2022, 21:12:33 UTC
release: cut the v14.2.4 release
Tip revision: c8d891e
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