angular-university / angular-pwa-course

Angular PWA Course - Build Progressive Web Applications
https://angular-university.io/course/angular-pwa-course
MIT License
182 stars 129 forks source link

Service worker is not working #7

Open BUHARIMOHAMEDISMAIL opened 6 years ago

BUHARIMOHAMEDISMAIL commented 6 years ago

I have created new angular application and integrated pwa. Service worker is working and got the chrome application for that application once installation done over browser. But service worker is not working in my existing application. I don't know the reason why it's not working for my application. Only difference between two application is version mismatch in angular core and angular common. In sample application angular core and common version is 6.0.3 but my application version is 6.0.0. Please assist me to add pwa in my application

hubFact commented 2 years ago

I have the same issue now are you find the solution for this