https://github.com/angular/angular
Raw File
Tip revision: 0f8e748b078bbae38b0796d1dc01feade47add2d authored by Andrew Scott on 10 March 2022, 19:14:48 UTC
release: cut the v13.3.0-rc.0 release (#45321)
Tip revision: 0f8e748
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/render3';
back to top