DEV Community

Discussion on: PWAs with Angular: Being Reliable

Collapse
 
michaelsolati profile image
Michael Solati

There have been some changes to the @angular/material where @angular/cdk has been broken out and needs to be installed separately as you said. Also there is an issue with lazy loading with the latest CLI building which requires the installation of enhanced-resolve you can see here.

In regards to the service worker stuff I would need to see your code before I can say anything for sure.