SwUpdate
class
Subscribe to update notifications from the Service Worker, trigger update checks, and forcibly activate updates.
class SwUpdate {
  available: Observable<UpdateAvailableEvent>
  activated: Observable<UpdateActivatedEvent>
  isEnabled: boolean
  checkForUpdate(): Promise<void>
  activateUpdate(): Promise<void>
}   Properties
| Property | Description | 
|---|---|
  available: Observable<UpdateAvailableEvent>  |  
Read-only.  Emits an   |  
  activated: Observable<UpdateActivatedEvent>  |  
Read-only.  Emits an   |  
  isEnabled: boolean  |  
Read-only.  True if the Service Worker is enabled (supported by the browser and enabled via   |  
Methods
|     checkForUpdate()      | 
|---|
   |  
|     activateUpdate()      | 
|---|
   |  
    © 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
    https://v7.angular.io/api/service-worker/SwUpdate