https://github.com/angular/angular
Raw File
Tip revision: 481198af9253e478f771c1bc56f5d23dbde90b89 authored by Alex Rickabaugh on 04 October 2023, 20:47:05 UTC
release: cut the v16.2.8 release
Tip revision: 481198a
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