davideast / angular-universal-express-firebase

A packaged Cloud Function to serve Angular Universal apps.
50 stars 9 forks source link

extraProviders option for lazy loaded modules #13

Closed Ashishdce closed 6 years ago

kartikgreen commented 6 years ago

Hi, is this working?

Ashishdce commented 6 years ago

Yes it is working for me, you just need to provide extraProviders to the renderModuleFactory function. https://github.com/davideast/angular-universal-express/pull/5 check out this PR.