https://github.com/angular/angular
Raw File
Tip revision: fecd141dfa541eb3e1c62767820474265e9a2443 authored by Pawel Kozlowski on 08 November 2023, 12:21:00 UTC
release: cut the v17.0.0 release
Tip revision: fecd141
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