https://github.com/angular/angular
Raw File
Tip revision: 1f796e9479dbd085231644e72a5d33c7ccf8aa34 authored by Alex Rickabaugh on 08 July 2020, 21:21:29 UTC
release: cut the v10.1.0-next.0 release
Tip revision: 1f796e9
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