Angular Universal SSR (only for pages after login) - TypeError: measurer.getBoundingClientRect is not a function

312 Views Asked by At

I have applied Angular Universal in my application. It works fine. But when I reload (by browser reload) for some pages ONLY AFTER LOGIN it shows error

ERROR Error: Uncaught (in promise): TypeError: measurer.getBoundingClientRect is not a function
TypeError: measurer.getBoundingClientRect is not a function 

I am not able to understand what this error means and why it is coming. I searched on google but not find relevant solution.

Please help and guide to resolve this issue. Thanks

enter image description here

enter image description here

0

There are 0 best solutions below