https://github.com/angular/angular
Raw File
Tip revision: 62a8618536d836f7cacc109e54b9d3bbdf2bf817 authored by Jason Aden on 10 May 2017, 22:44:28 UTC
docs: add changelog for 4.1.2
Tip revision: 62a8618
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