https://github.com/angular/angular
Raw File
Tip revision: 884f743baa667ee5b62d67c3fb9dabab1b03d2d8 authored by Joey Perrott on 09 December 2020, 19:40:17 UTC
release: cut the v11.0.4 release (#40051)
Tip revision: 884f743
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