https://github.com/angular/angular
Raw File
Tip revision: 4e7d2bd5bfc329704e0577f7c987970a708c8c15 authored by Matias Niemelä on 15 September 2017, 21:54:32 UTC
docs: add changelog for 4.4.0
Tip revision: 4e7d2bd
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