https://github.com/angular/angular
Raw File
Tip revision: be09f0b3cb398b709bfa7824116a678dfcac50e8 authored by Alex Rickabaugh on 12 June 2024, 23:14:07 UTC
release: cut the v18.0.3 release
Tip revision: be09f0b
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