https://github.com/angular/angular
Raw File
Tip revision: 93cc5b221007165951b53d6ffbc1a49b20f38003 authored by Jessica Janiuk on 12 October 2022, 18:36:37 UTC
release: cut the v15.0.0-next.6 release
Tip revision: 93cc5b2
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 './public_api';
back to top