https://github.com/angular/angular
Raw File
Tip revision: caecd1889b4bc06773c5f82ffcec82d7f88389a5 authored by Jessica Janiuk on 01 September 2021, 18:30:13 UTC
release: cut the v12.2.4 release (#43308)
Tip revision: caecd18
private_export.ts
/**
 * @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 {assignExtraOptionsToRouter as ɵassignExtraOptionsToRouter, ROUTER_PROVIDERS as ɵROUTER_PROVIDERS} from './router_module';
export {flatten as ɵflatten} from './utils/collection';
back to top