You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, when running this in an ES6 environment, Angular throws an exception because the value for loadChildren must be function, and not a lamda. I can attach error here in a bit.
I compile my JS to TS in a separate step (outside of webpack).
Output in the final bundle is still a lamda
can we just output a regular function instead?
The text was updated successfully, but these errors were encountered: