https://github.com/angular/angular
Raw File
Tip revision: 45badde88c145d554687884d909436aa5bd1147d authored by Andrew Scott on 15 May 2024, 20:35:11 UTC
release: cut the v17.3.9 release
Tip revision: 45badde
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