https://github.com/angular/angular
Raw File
Tip revision: 99723fc64ed6ded3635ae5e19648550dc42f1bc1 authored by Alex Rickabaugh on 10 January 2023, 18:45:00 UTC
release: cut the v15.1.0 release
Tip revision: 99723fc
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/core';

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