mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b857aafcb9
Migrate formatting to prettier for router from clang-format PR Close #54318
14 lines
568 B
TypeScript
14 lines
568 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
|
|
*/
|
|
|
|
export {ɵEmptyOutletComponent} from './components/empty_outlet';
|
|
export {RestoredState as ɵRestoredState} from './navigation_transition';
|
|
export {loadChildren as ɵloadChildren} from './router_config_loader';
|
|
export {ROUTER_PROVIDERS as ɵROUTER_PROVIDERS} from './router_module';
|
|
export {afterNextNavigation as ɵafterNextNavigation} from './utils/navigations';
|