2017-09-28 16:18:12 -07:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. 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 Inc. 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
|
|
|
|
|
*/
|
|
|
|
|
|
2018-04-02 14:51:06 +03:00
|
|
|
export {UpdateActivatedEvent, UpdateAvailableEvent} from './low_level';
|
2017-09-28 16:18:12 -07:00
|
|
|
export {ServiceWorkerModule} from './module';
|
|
|
|
|
export {SwPush} from './push';
|
2018-04-02 14:51:06 +03:00
|
|
|
export {SwUpdate} from './update';
|