2016-08-30 18:07:40 -07:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-08-30 18:07:40 -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
|
|
|
|
*/
|
|
|
|
|
2016-09-27 17:12:25 -07:00
|
|
|
|
2019-02-19 18:52:44 +01:00
|
|
|
export {ɵEmptyOutletComponent} from './components/empty_outlet';
|
2020-10-02 08:52:40 -07:00
|
|
|
export {assignExtraOptionsToRouter as ɵassignExtraOptionsToRouter, ROUTER_PROVIDERS as ɵROUTER_PROVIDERS} from './router_module';
|
2017-02-17 12:55:55 -08:00
|
|
|
export {flatten as ɵflatten} from './utils/collection';
|