2016-08-30 21:07:40 -04: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
|
|
|
|
*/
|
|
|
|
|
|
|
|
import {__router_private__ as _} from '@angular/router';
|
|
|
|
|
2016-12-27 17:55:58 -05:00
|
|
|
export const ROUTER_PROVIDERS: typeof _.ROUTER_PROVIDERS = _.ROUTER_PROVIDERS;
|
|
|
|
export const ROUTES: typeof _.ROUTES = _.ROUTES;
|
|
|
|
export const flatten: typeof _.flatten = _.flatten;
|