https://github.com/angular/angular
Raw File
Tip revision: e3140ae888ac4037a5f119efaec7b1eaf8726286 authored by Jason Aden on 13 December 2017, 19:26:01 UTC
docs: add changelog for 5.1.1
Tip revision: e3140ae
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