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
Create an ngModule (feature Module) and publish it to npm.
Install the published module into an angular app that has been created via the angular-cli
try to lazy load the npm installed module/package, This seems to not be supported, as the current syntax for lazy loading expects something like the below, however, the npm installed module is installed into the node_modules folder. {path: 'admin', loadChildren:'app/admin/admin.module#AdminModule'},
The log given by the failure.
Desired functionality.
Should be able to lazy load a module/package that has been installed via npm, similar to how we are able to lazy load feature modules that live within our angular application.
Mention any other details that might be useful.
Looks like a similar issue was reported and acknowledged back in October, 2016, but, I haven't seen traction on this issue. #2601
The text was updated successfully, but these errors were encountered:
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
{path: 'admin', loadChildren:'app/admin/admin.module#AdminModule'},
The log given by the failure.
Desired functionality.
Should be able to lazy load a module/package that has been installed via npm, similar to how we are able to lazy load feature modules that live within our angular application.
Mention any other details that might be useful.
Looks like a similar issue was reported and acknowledged back in October, 2016, but, I haven't seen traction on this issue.
#2601
The text was updated successfully, but these errors were encountered: