https://github.com/angular/angular
Raw File
Tip revision: 51d7a65a2b672a009340ed7a50780b6357eb86b8 authored by Chuck Jazdzewski on 26 May 2017, 21:38:41 UTC
docs: add changelog for 4.2.0-rc.1
Tip revision: 51d7a65
index.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
 */

/**
 * @module
 * @description
 * Entry point for all public APIs of the core/testing package.
 */

export * from './src/testing';
back to top