Is it possible to Lazyload Angular2 Components in Meteor?

Hello,

@Urigo, @Hongbo_Miao

I’ve attempted to lazyload Angular2 components in Meteor but to no avail. There are examples of lazyloading Angular2 components with Webpack, but have been unsuccessful migrating it to Meteor thus far.

Do you know if this Angular2 feature is supported in Meteor?

Some solutions using webpack:


https://www.npmjs.com/package/angular2-router-loader
https://www.npmjs.com/package/angular2-router-loader

Any help would be greatly appreciated…

Uri or Alex probably can answer this.

BTW, I am also tracking Angular Universal. It also hasn‘t supported lazy routes yet

Thanks, it looks promising.