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