fedorl
fedorl
Not sure whom to blame: Angular 7 prod mode (tree shaking) rss-parser 3.8.0 - all is fine rss-parser 3.9.0 or higher - **i.decodeHTML is not a function** It happens at...
``` if (parentScroll instanceof Window) { this.disposeScrollHandler = this.renderer.listen('window', 'resize', this.refreshHandler); } ``` should it be ``` if (parentScroll instanceof Window) { this.disposeResizeHandler = this.renderer.listen('window', 'resize', this.refreshHandler); } ```
When object is not extensible this otherwise excellent decorator would not work. This is not a corner case as all entities in frozen redux or @ngrx store are not extensible.