https://github.com/angular/angular
Raw File
Tip revision: 95f053e4dcde8163866e1703a2d3cd1551c37797 authored by Emma Twersky on 01 May 2024, 19:10:17 UTC
docs: remove AIO from search indexing
Tip revision: 95f053e
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