https://github.com/angular/angular
Raw File
Tip revision: 5c3407507a24036f102bf00e2b02b4e33c6419db authored by Andrew Kushnir on 21 June 2023, 18:33:04 UTC
release: cut the v16.2.0-next.0 release
Tip revision: 5c34075
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
 */

/// <reference types="node" />

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

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