https://github.com/angular/angular
Raw File
Tip revision: d7133a8e4ef399abef9253d59c3182bb7cfcc271 authored by Andrew Scott on 24 February 2021, 17:36:12 UTC
release: cut the v11.2.3 release (#40981)
Tip revision: d7133a8
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