https://github.com/angular/angular
Raw File
Tip revision: d17d4a3b549a7278f027a7774bbc3af57912fa14 authored by Chuck Jazdzewski on 10 March 2017, 20:26:19 UTC
docs: add changelog for 4.0.0-rc.3
Tip revision: d17d4a3
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