https://github.com/angular/angular
Raw File
Tip revision: 106b4352979adfda61e0c6af8eb0cdb99929709b authored by Misko Hevery on 14 February 2018, 05:07:53 UTC
docs: add changelog for 5.2.5
Tip revision: 106b435
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