https://github.com/angular/angular
Raw File
Tip revision: 1f5dce2128bddfa1c00afb15906b47e866cbda53 authored by Matias Niemelä on 04 May 2017, 21:19:58 UTC
docs: add changelog for 4.1.1
Tip revision: 1f5dce2
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