feat(service-worker): allow configuring when the SW is registered (#21842)
Fixes #20970 PR Close #21842
This commit is contained in:

committed by
Andrew Kushnir

parent
aa53d6cc6d
commit
4cfba58072
@ -21,6 +21,7 @@ export declare class SwPush {
|
||||
|
||||
export declare abstract class SwRegistrationOptions {
|
||||
enabled?: boolean;
|
||||
registrationStrategy?: (() => Observable<any>) | string;
|
||||
scope?: string;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user