forked from angular/domino
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle newer style property setter and getter
This commit uses JS proxies to handle direct sets and gets to the `.style` attribute of an element. Prior to this change only a subset of CSS properties could be directly accessed. This caused handling of styles to be different when using the server renderer. https://github.com/angular/angular/blob/1dc8480bf4ac7bbd34f3413a6c5c7cafa30ee15f/packages/platform-server/src/server_renderer.ts#L167
- Loading branch information
1 parent
f29f047
commit f477718
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters