https://github.com/angular/angular
Raw File
Tip revision: 5b9c981b6d4e4f96236858773f84750a46260986 authored by Joey Perrott on 06 January 2021, 21:13:21 UTC
release: cut the v11.0.6 release (#40328)
Tip revision: 5b9c981
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';
export * from './src/ivy_test_selectors';
back to top