ERROR in ./main/$$_lazy_route_resource lazy namespace object
module could not be resolved path/to my /dist/lib/test.module.ngFactory.js
I'm uisng angular 6.0.0.
ng-packagr -3.0.1
I get the above error, when trying to lazy the module
this work when i use lambda expression in app.routing.module.ts, but not using relative path ?
Note ; i get this error when building on the AOT mode
any idea ?
ERROR in ./main/$$_lazy_route_resource lazy namespace object
module could not be resolved path/to my /dist/lib/test.module.ngFactory.js
I'm uisng angular 6.0.0.
ng-packagr -3.0.1
I get the above error, when trying to lazy the module
this work when i use lambda expression in app.routing.module.ts, but not using relative path ?
Note ; i get this error when building on the AOT mode
any idea ?