Skip to content

Commit

Permalink
fix(service-worker): export NoNewVersionDetectedEvent (#47044)
Browse files Browse the repository at this point in the history
NoNewVersionDetectedEvent is marked as @publicapi but not exported.
PR Close #47044
  • Loading branch information
FatalMerlin authored and alxhub committed Aug 18, 2022
1 parent c83e861 commit 3f54861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-worker/src/index.ts
Expand Up @@ -14,7 +14,7 @@
* found in the LICENSE file at https://angular.io/license
*/

export {UnrecoverableStateEvent, UpdateActivatedEvent, UpdateAvailableEvent, VersionDetectedEvent, VersionEvent, VersionInstallationFailedEvent, VersionReadyEvent,} from './low_level';
export {UnrecoverableStateEvent, UpdateActivatedEvent, UpdateAvailableEvent, VersionDetectedEvent, VersionEvent, VersionInstallationFailedEvent, VersionReadyEvent, NoNewVersionDetectedEvent} from './low_level';
export {ServiceWorkerModule, SwRegistrationOptions} from './module';
export {SwPush} from './push';
export {SwUpdate} from './update';

0 comments on commit 3f54861

Please sign in to comment.