mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(service-worker): add missing api typing (#25860)
Add missing messagesClicked typing for SwPush service PR Close #25860
This commit is contained in:
parent
cf6ea283bb
commit
c4ad83e7cd
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ export declare class ServiceWorkerModule {
|
|||
export declare class SwPush {
|
||||
readonly isEnabled: boolean;
|
||||
readonly messages: Observable<object>;
|
||||
readonly messagesClicked: Observable<object>;
|
||||
readonly subscription: Observable<PushSubscription | null>;
|
||||
constructor(sw: NgswCommChannel);
|
||||
requestSubscription(options: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue