https://github.com/angular/angular
Raw File
Tip revision: 6b83328577867783b242abf07b4edd5eb57ea58f authored by Andrew Scott on 07 November 2023, 00:04:22 UTC
release: cut the v17.0.0-rc.3 release
Tip revision: 6b83328
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