Skip to content

Commit 7041f29

Browse files
committed
Expose Image type
1 parent 78c0081 commit 7041f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-ssr",
3-
"version": "0.10.19",
3+
"version": "0.10.20",
44
"description": "Angular server-side rendering implementation",
55
"main": "build/index.js",
66
"typings": "build/index.d.ts",

source/runtime/browser-emulation/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const upgradeWindow = (target, window: () => Window): void => {
3737
conditionalOverwrite(target, [
3838
[true, DOM],
3939
[true, bindTypes],
40-
[false, {CSS: null}],
40+
[false, {CSS: null, Image: DOM.HTMLImageElement}],
4141
bindAnimation(window),
4242
bindBase64(window),
4343
bindControl(window),

0 commit comments

Comments
 (0)