88b3198c80
Angular Package Format v6 stops bundling files in the esm5 and esm2015 directories, now that Webpack 4 can tree-shake per-file. Adds some missing files like package.json to make packages closer to what we publish today. Refactor ng_package to be a type of npm_package and re-use the packaging action from that rule. PR Close #22782
15 lines
481 B
TypeScript
15 lines
481 B
TypeScript
/**
|
|
* @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';
|