https://github.com/angular/angular
Raw File
Tip revision: 4d398a0babbbf354a6ebdc64735ba70b953b3e3a authored by Andrew Scott on 30 November 2022, 20:24:24 UTC
release: cut the v15.1.0-next.1 release
Tip revision: 4d398a0
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 './public_api';
back to top