https://github.com/angular/angular
Raw File
Tip revision: ded96ca6cb3484414cd01d48e2fb11a5fd74accc authored by Andrew Scott on 23 February 2022, 20:50:34 UTC
release: cut the v14.0.0-next.4 release (#45184)
Tip revision: ded96ca
public_api.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
 */

/**
 * @module
 * @description
 * Entry point for all public APIs of this package.
 */
export * from './src/platform-browser-dynamic';

// This file only reexports content of the `src` folder. Keep it that way.
back to top