https://github.com/angular/angular
Raw File
Tip revision: b7212f5afeb229f1036a68b8e10e7634f5ab694c authored by Chuck Jazdzewski on 17 March 2017, 02:57:49 UTC
docs: add changelog for 4.0.0-rc.4
Tip revision: b7212f5
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