https://github.com/angular/angular
Raw File
Tip revision: 78ba39bfe20fe2b187108bfd92641505ff955c58 authored by Victor Berchet on 08 November 2017, 19:32:48 UTC
docs: add changelog for 5.1.0-beta.0
Tip revision: 78ba39b
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