angular-cn/aio/content/examples/http/stackblitz.json
iRealNirmal 5885cf5ad8 build(docs-infra): fixed broken stackblitz examples (#42122)
This commit fixes the broken stackblitz examples.

Closes #42116 .

PR Close #42122
2021-05-18 08:34:40 -07:00

14 lines
255 B
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"]
}