I use Angular 8.2.3.
I follow the example as described here:
https://github.com/herodevs/herodevs-packages/tree/master/projects/lazy
When I hover the cursor to element, an error appears:
ERROR Error: Uncaught (in promise): Error created and attaching module async.
at D (polyfills-es2015.js?4.0.6:1)
at D (polyfills-es2015.js?4.0.6:1)
at polyfills-es2015.js?4.0.6:1
at a.invokeTask (polyfills-es2015.js?4.0.6:1)
at Object.onInvokeTask (main-es2015.js?4.0.6:1)
at a.invokeTask (polyfills-es2015.js?4.0.6:1)
at i.runTask (polyfills-es2015.js?4.0.6:1)
at y (polyfills-es2015.js?4.0.6:1)
In the developer console, I see that the JS file is loaded successfully.
I tried turning on and off for Ivy, but without result.