Skip to content

Commit

Permalink
refactor(service-worker): formatting of index.ts
Browse files Browse the repository at this point in the history
Fixed formatting of index.ts.
  • Loading branch information
FatalMerlin committed Aug 4, 2022
1 parent f2f1362 commit a156389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/service-worker/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* found in the LICENSE file at https://angular.io/license
*/

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

0 comments on commit a156389

Please sign in to comment.