159-angular-universal-cloud-functions icon indicating copy to clipboard operation
159-angular-universal-cloud-functions copied to clipboard

Episode 159 - Deploy Angular Universal to Firebase Cloud Functions or AppEngine

Results 5 159-angular-universal-cloud-functions issues
Sort by recently updated
recently updated
newest added

After updating to Angular 9 an error occurs: `Error: You must pass in a NgModule or NgModuleFactory to be bootstrapped`

`functions/cp-angular.js` is missing from the repo, likely due to `functions/.gitignore` containing: ``` **/*.js ``` Should probably fix `functions/.gitignore` to something like: ``` ## Don't ignore all compiled JavaScript files, need...

https://fireship.io/lessons/angular-universal-firebase/ refers to "AppEngine", but this should be "App Engine" (with a space).

Thanks for the great [tutorial](https://fireship.io/lessons/angular-universal-firebase/) Quick suggestion is to split this step: > Make sure to export the express app, then remove the call to listen. into two separate steps,...