https://github.com/angular/angular
Raw File
Tip revision: 49766d2d0aa38f28f0044c97c5f56fd38fae025d authored by Alex Rickabaugh on 25 August 2021, 21:45:37 UTC
release: cut the v13.0.0-next.3 release (#43259)
Tip revision: 49766d2
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