1 min readFeb 5, 2019
I never tried it, but I think it might be possible. Try to upload the chunk to CDN and define the mapping in SystemJS.
You can also try to provide your own loader. For example: { provide: NgModuleFactoryLoader, useClass: MyNgModuleLoader }