2017-09-28 16:18:12 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2017-09-28 16:18:12 -07:00
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/**
|
2020-04-13 16:40:21 -07:00
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2020-04-13 16:40:21 -07:00
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
2017-09-28 16:18:12 -07:00
|
|
|
|
2018-04-02 14:51:06 +03:00
|
|
|
export {UpdateActivatedEvent, UpdateAvailableEvent} from './low_level';
|
2019-04-25 16:51:07 +03:00
|
|
|
export {ServiceWorkerModule, SwRegistrationOptions} from './module';
|
2017-09-28 16:18:12 -07:00
|
|
|
export {SwPush} from './push';
|
2018-04-02 14:51:06 +03:00
|
|
|
export {SwUpdate} from './update';
|