https://github.com/angular/angular
Raw File
Tip revision: d4a51ae594b2410a654fa16a23c6ca07fc3404a5 authored by Joey Perrott on 07 October 2020, 21:33:11 UTC
release: cut the v11.0.0-next.5 release
Tip revision: d4a51ae
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"]
}
back to top