https://github.com/angular/angular
Raw File
Tip revision: 101edda0184b458d331163b7e04280c3b8b48bfc authored by Jessica Janiuk on 05 June 2024, 20:15:41 UTC
release: cut the v18.1.0-next.1 release
Tip revision: 101edda
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