https://github.com/angular/angular
Raw File
Tip revision: 16eba152c4dbbf0559cb1ac9f9409ae35e5dcc75 authored by Jessica Janiuk on 03 April 2024, 20:37:16 UTC
release: cut the v17.3.3 release
Tip revision: 16eba15
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