mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7306fc74e7
Fixed formatting of index.ts. PR Close #47044
21 lines
752 B
TypeScript
21 lines
752 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
/**
|
|
* @license
|
|
* Copyright Google LLC All Rights Reserved.
|
|
*
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
* found in the LICENSE file at https://angular.io/license
|
|
*/
|
|
|
|
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';
|