Skip to content

Commit 78c0081

Browse files
committed
Specifically undefine CSS to unbreak latest @angular/material
1 parent 5ee12ee commit 78c0081

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.18",
3+
"version": "0.10.19",
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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export const upgradeWindow = (target, window: () => Window): void => {
3737
conditionalOverwrite(target, [
3838
[true, DOM],
3939
[true, bindTypes],
40+
[false, {CSS: null}],
4041
bindAnimation(window),
4142
bindBase64(window),
4243
bindControl(window),

0 commit comments

Comments
 (0)