https://github.com/angular/angular
Raw File
Tip revision: 6f1c941dfec8cf0ea0ccbb0fda76f3d960fd843b authored by Andrew Kushnir on 09 March 2022, 16:53:23 UTC
release: cut the v13.2.6 release (#45299)
Tip revision: 6f1c941
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 {platformCoreDynamic as ɵplatformCoreDynamic} from './platform_core_dynamic';
export {INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS as ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS} from './platform_providers';
back to top