From 5885cf5ad8ae56da8f9e3def5ef439d37ac34796 Mon Sep 17 00:00:00 2001 From: iRealNirmal Date: Mon, 17 May 2021 15:52:40 +0530 Subject: [PATCH] build(docs-infra): fixed broken stackblitz examples (#42122) This commit fixes the broken stackblitz examples. Closes #42116 . PR Close #42122 --- aio/content/examples/http/specs.stackblitz.json | 3 ++- aio/content/examples/http/stackblitz.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/aio/content/examples/http/specs.stackblitz.json b/aio/content/examples/http/specs.stackblitz.json index 68c0874f18..46156a84d8 100644 --- a/aio/content/examples/http/specs.stackblitz.json +++ b/aio/content/examples/http/specs.stackblitz.json @@ -15,5 +15,6 @@ "src/index-specs.html" ], "main": "src/index-specs.html", - "tags": ["http", "testing"] + "tags": ["http", "testing"], + "devDependencies": ["jasmine-core"] } diff --git a/aio/content/examples/http/stackblitz.json b/aio/content/examples/http/stackblitz.json index fdec14ad1a..1079ab149c 100644 --- a/aio/content/examples/http/stackblitz.json +++ b/aio/content/examples/http/stackblitz.json @@ -8,5 +8,6 @@ "!src/main-specs.ts" ], "file": "src/app/app.component.ts", - "tags": ["http"] + "tags": ["http"], + "devDependencies": ["jasmine-core"] }