https://github.com/angular/angular
Raw File
Tip revision: d6391eed234a751091c6f06f5ce4ab6f129ceef7 authored by Dylan Hunn on 22 May 2024, 17:52:19 UTC
release: cut the v18.0.0 release
Tip revision: d6391ee
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