-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I get the following console output when building my app:
[ng] Option "lazyModules" is deprecated: 'SystemJsNgModuleLoader' is deprecated, and this is part of its usage. Use 'import()' syntax instead.
Do you know if there is another way to declare this modules dynamically in the future? As far as I know, with the import() method you have to reference the module by a string file path (so far so good), but also by a lambda expression where you cant use strings. So this would be no solution for me. https://angular.io/guide/lazy-loading-ngmodules
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels