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!