https://github.com/angular/angular
Raw File
Tip revision: 8de2ace80a99709897542019a9f313a83156b2d8 authored by Miško Hevery on 26 July 2017, 23:09:54 UTC
docs: add changelog for 4.3.2
Tip revision: 8de2ace
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