mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b15bddfa04
In this commit, we check whether the application is destroyed before calling `serviceWorker.register(...)`. We should not register the worker because other resources will not be available. PR Close #61101