https://github.com/angular/angular
Raw File
Tip revision: dfb072a93c2b49a02f1c36bf3e5f9547f26af29d authored by Jessica Janiuk on 09 June 2021, 18:03:28 UTC
release: cut the v12.0.4 release (#42531)
Tip revision: dfb072a
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