Skip to content

Commit

Permalink
fix(service-worker): update golden index.md (#47044)
Browse files Browse the repository at this point in the history
Missing updated on golden `index.md`
Updated with api-extractor

PR Close #47044
  • Loading branch information
FatalMerlin authored and alxhub committed Aug 18, 2022
1 parent 1142a10 commit 482b611
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions goldens/public-api/service-worker/index.md
Expand Up @@ -8,6 +8,17 @@ import * as i0 from '@angular/core';
import { ModuleWithProviders } from '@angular/core';
import { Observable } from 'rxjs';

// @public
export interface NoNewVersionDetectedEvent {
// (undocumented)
type: 'NO_NEW_VERSION_DETECTED';
// (undocumented)
version: {
hash: string;
appData?: Object;
};
}

// @public (undocumented)
export class ServiceWorkerModule {
static register(script: string, opts?: SwRegistrationOptions): ModuleWithProviders<ServiceWorkerModule>;
Expand Down

0 comments on commit 482b611

Please sign in to comment.