https://github.com/angular/angular
Raw File
Tip revision: 07dd195c40f9bd144b9b29afc909c0999ed825d7 authored by Joey Perrott on 07 February 2024, 18:14:08 UTC
WIP
Tip revision: 07dd195
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