https://github.com/angular/angular
Raw File
Tip revision: 458d3469cbed6b46849214a1a83174295e0914be authored by Andrew Scott on 06 July 2022, 16:42:31 UTC
release: cut the v14.1.0-next.4 release (#46726)
Tip revision: 458d346
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/compiler';

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