build: fix file paths after moving modules/@angular/* to packages/*

This commit is contained in:
Jason Aden
2017-03-02 12:12:46 -08:00
parent 3e51a19983
commit 8573e36574
241 changed files with 1262 additions and 451 deletions

View File

@ -0,0 +1,15 @@
/**
* @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 platform-browser/animations/testing package.
*/
export * from './src/testing';