I've built a simple Angular 6 application and integrated Universal into it by following this tutorial: Angular Universal Tutorial
Link to GitHub repo that I created: Angular Universal SSR GitHub Repo
Universal SSR is working great, it renders content (both static and dynamic from Firebase Real Time Database and Firestore) without any issues, however, after I install PWA following the official documentations from PWA tutorial, Universal SSR stops working without any errors... but PWA works.
Can anyone tell me why SSR stops working after installing PWA?
Thanks in advance!
I found something that worked for my website but I'm using a new version of angular and universal
"@angular/core": "~8.2.4",
"@angular/pwa": "^0.803.19",
"@angular/service-worker": "~8.2.4",
"@ng-toolkit/universal": "^7.1.2"
How to make Angular Universal and PWA work together?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With