https://github.com/angular/angular
Raw File
Tip revision: f708479e2ee2e96af01cec63aff9c4abf535a95b authored by Jessica Janiuk on 18 May 2022, 18:42:28 UTC
release: cut the v13.3.9 release (#46042)
Tip revision: f708479
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/core';

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