https://github.com/angular/angular
Raw File
Tip revision: 95e9107899e504a87a8c464ec1a3542a5ae2d5cd authored by Alex Rickabaugh on 16 May 2018, 21:45:13 UTC
docs: add changelog for 5.2.11
Tip revision: 95e9107
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