build: roll up to named .js files rather than 'index.js' (#19190)

PR Close #19190
This commit is contained in:
Jason Aden
2017-09-13 16:20:29 -07:00
committed by Igor Minar
parent 6665d76fbb
commit 15e8d50313
95 changed files with 226 additions and 190 deletions

View File

@ -0,0 +1,14 @@
/**
* @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
*/
// This file is not used to build this module. It is only used during editing
// by the TypeScript language service and during build for verification. `ngc`
// replaces this file with production index.ts when it rewrites private symbol
// names.
export * from './public_api';