https://github.com/angular/angular
Raw File
Tip revision: 1f796e9479dbd085231644e72a5d33c7ccf8aa34 authored by Alex Rickabaugh on 08 July 2020, 21:21:29 UTC
release: cut the v10.1.0-next.0 release
Tip revision: 1f796e9
private_export_testing.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 {TestingCompiler as ɵTestingCompiler, TestingCompilerFactory as ɵTestingCompilerFactory} from './test_compiler';
back to top