https://github.com/angular/angular
Raw File
Tip revision: 5dc0de14948cb30c068e5bca380f8b43dbc93243 authored by Dylan Hunn on 27 June 2024, 00:01:22 UTC
release: cut the v18.1.0-next.4 release
Tip revision: 5dc0de1
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