angular-universal-express-firebase icon indicating copy to clipboard operation
angular-universal-express-firebase copied to clipboard

A packaged Cloud Function to serve Angular Universal apps.

Results 7 angular-universal-express-firebase issues
Sort by recently updated
recently updated
newest added

Hello, my brother, I followed the guide of Angular Universal: server-side rendering as explained in the official documentation of Angular: https://angular.io/guide/universal I managed to run the application correctly having the...

- Angular: 5.0.1 - angular/cli: 1.5.0 - without `@nguniversal/module-map-ngfactory-loader` as my project doesn't do lazy loading Tried SSR following guide, `firebase serve` works well but after deploy, the web fails...

I've completed the setup and tried running the SSR locally, unfortunately whenever i try to hit localhost:5000 i get an error on the Firebase function: > SyntaxError: Unexpected token import...

I have just tried to update my angular project to the latest version and when updating the dependencies it says: `warning "[email protected]" has incorrect peer dependency` Is there an update...

I have lazy loaded few modules and deployed the code to firebase hosting . When i view the page source, I don't see the seo content. I configured the server...

At this point my Universal app seems to be mostly working when I run it locally using `firebase serve --only functions,hosting`. I can access localhost:5000 and see my application, and...

when running `yarn add angular-universal-express-firebase`: ```bash warning "[email protected]" has unmet peer dependency "@angular/animations@^4.2.4". warning "[email protected]" has unmet peer dependency "@angular/common@^4.2.4". warning "[email protected]" has unmet peer dependency "@angular/compiler@^4.2.4". warning "[email protected]" has...