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
{{ message }}
This repository was archived by the owner on Aug 27, 2020. It is now read-only.
I've been testing your template for a couple of days and so far it's been great except for this issue. Is there a way to lazy load a TypeScript component ?
Hi,
I've been testing your template for a couple of days and so far it's been great except for this issue. Is there a way to lazy load a TypeScript component ?
See router doc
I've been trying using something like this:
AsyncModule.ts:
Router.ts
If I replace:
By
Everything works (except it is not lazy).
In the browser console, I can see this error:
Thanks
The text was updated successfully, but these errors were encountered: