https://github.com/angular/angular
Raw File
Tip revision: 6928618fd75a7b34a5fa5e43a42d21c8a96e9903 authored by Alex Rickabaugh on 01 May 2023, 17:25:36 UTC
release: cut the v16.0.0-rc.4 release
Tip revision: 6928618
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/common';

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