Is your feature request related to a problem? Please describe.
Giving the sites bootstrapped by Community schematics PWA support can help support possible future features (notifications, contact info sharing, etc...). There can also be performance benefits, like caching, that would be nice to take advantage of.
Describe the solution you'd like
Implement a call to the external @angular/pwa ng add integration.
Describe alternatives you've considered
Implementing the schematic ourselves, but this is a much quicker approach.
Additional context
This is another feature already present in the Angular Seattle website. After this and #6 are merged in we can rebuild the site with Community Schematics, and essentially use it as a go example site and demo for future users.
Is your feature request related to a problem? Please describe.
Giving the sites bootstrapped by Community schematics PWA support can help support possible future features (notifications, contact info sharing, etc...). There can also be performance benefits, like caching, that would be nice to take advantage of.
Describe the solution you'd like
Implement a call to the external @angular/pwa
ng addintegration.Describe alternatives you've considered
Implementing the schematic ourselves, but this is a much quicker approach.
Additional context
This is another feature already present in the Angular Seattle website. After this and #6 are merged in we can rebuild the site with Community Schematics, and essentially use it as a go example site and demo for future users.