https://github.com/angular/angular
Raw File
Tip revision: d34f0bf573b40cc3960b86d3f29fa892c61e95b0 authored by Alex Rickabaugh on 01 December 2017, 22:55:51 UTC
docs: add changelog for 5.1.0-rc.1
Tip revision: d34f0bf
private_export_testing.ts
/**
 * @license
 * Copyright Google Inc. 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