angular / 6.1.10 / api / service-worker / serviceworkermodule.html /

ServiceWorkerModule

ngmodule

class ServiceWorkerModule {
  static register(script: string, opts: {...}): ModuleWithProviders
}

Static methods

Register the given Angular Service Worker script.

static register(script: string, opts: { scope?: string; enabled?: boolean; } = {}): ModuleWithProviders

Parameters

script

Type: string.

opts

Type: { scope?: string; enabled?: boolean; }.

Optional. Default is {}.

Returns

ModuleWithProviders

If enabled is set to false in the given options, the module will behave as if service workers are not supported by the browser, and the service worker will not be registered.

Providers

Provider
SwPush
SwUpdate

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/service-worker/ServiceWorkerModule