https://github.com/angular/angular
Raw File
Tip revision: 1a8aa9ddfa899ef95a8b3445b76d27406c7f26e7 authored by Andrew Kushnir on 23 August 2023, 17:39:47 UTC
release: cut the v17.0.0-next.1 release
Tip revision: 1a8aa9d
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