https://github.com/angular/angular
Raw File
Tip revision: 90a4ae1dd7f27f0623219302d92fd0d1ec596e05 authored by Andrew Kushnir on 17 November 2021, 17:48:22 UTC
release: cut the v13.1.0-next.2 release (#44201)
Tip revision: 90a4ae1
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