Skip to content

Commit 3f54861

Browse files
FatalMerlinalxhub
authored andcommitted
fix(service-worker): export NoNewVersionDetectedEvent (#47044)
NoNewVersionDetectedEvent is marked as @publicapi but not exported. PR Close #47044
1 parent c83e861 commit 3f54861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-worker/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* found in the LICENSE file at https://angular.io/license
1515
*/
1616

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

0 commit comments

Comments
 (0)