build(docs-infra): fixed broken stackblitz examples (#42122)

This commit fixes the broken stackblitz examples.

Closes #42116 .

PR Close #42122
This commit is contained in:
iRealNirmal 2021-05-17 15:52:40 +05:30 committed by atscott
parent 78e7312d39
commit 5885cf5ad8
2 changed files with 4 additions and 2 deletions

View File

@ -15,5 +15,6 @@
"src/index-specs.html" "src/index-specs.html"
], ],
"main": "src/index-specs.html", "main": "src/index-specs.html",
"tags": ["http", "testing"] "tags": ["http", "testing"],
"devDependencies": ["jasmine-core"]
} }

View File

@ -8,5 +8,6 @@
"!src/main-specs.ts" "!src/main-specs.ts"
], ],
"file": "src/app/app.component.ts", "file": "src/app/app.component.ts",
"tags": ["http"] "tags": ["http"],
"devDependencies": ["jasmine-core"]
} }