https://github.com/angular/angular
Raw File
Tip revision: 37dcc8d0eb2cecfe703ec7f2e7982b7d96126e8e authored by Pawel Kozlowski on 10 July 2024, 12:46:59 UTC
release: cut the v18.0.7 release
Tip revision: 37dcc8d
index.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
 */

export * from './src/public-api';
back to top