https://github.com/angular/angular
Raw File
Tip revision: 4cf1a81265abbff2e2481cc0523fa89e474ecda1 authored by Dylan Hunn on 01 December 2021, 23:08:56 UTC
release: cut the v12.2.14 release (#44341)
Tip revision: 4cf1a81
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