jbx-alex

Results 2 issues of jbx-alex

Hello, I'm using the reactive-component-loader library (https://github.com/wishtack/wishtack-steroids/tree/master/packages/reactive-component-loader) to be able to use Lazy Load Non-Routable Modules. ```` @NgModule({ ... imports: [ ReactiveComponentLoaderModule.withModule({ moduleId: 'todo-form-v1', loadChildren: './todo-form-v1/todo-form-v1.module#TodoFormV1Module' }), ReactiveComponentLoaderModule.withModule({ moduleId: 'todo-form-v2',...

Hi, I am using the library `@wishtack/reactive-component-loader` that import this library and when building my project I have some errors. I am using Angular 7 with Meteor 1.8 with MeteorCLI...