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:
parent
78e7312d39
commit
5885cf5ad8
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue