Skip to content

Commit 482b611

Browse files
FatalMerlinalxhub
authored andcommitted
fix(service-worker): update golden index.md (#47044)
Missing updated on golden `index.md` Updated with api-extractor PR Close #47044
1 parent 1142a10 commit 482b611

File tree

1 file changed

+11
-0
lines changed
  • goldens/public-api/service-worker

1 file changed

+11
-0
lines changed

goldens/public-api/service-worker/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,17 @@ import * as i0 from '@angular/core';
88
import { ModuleWithProviders } from '@angular/core';
99
import { Observable } from 'rxjs';
1010

11+
// @public
12+
export interface NoNewVersionDetectedEvent {
13+
// (undocumented)
14+
type: 'NO_NEW_VERSION_DETECTED';
15+
// (undocumented)
16+
version: {
17+
hash: string;
18+
appData?: Object;
19+
};
20+
}
21+
1122
// @public (undocumented)
1223
export class ServiceWorkerModule {
1324
static register(script: string, opts?: SwRegistrationOptions): ModuleWithProviders<ServiceWorkerModule>;

0 commit comments

Comments
 (0)