2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 15:08:49 -04:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 12:47:54 -04:00
|
|
|
*
|
|
|
|
* 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
|
|
|
|
*/
|
|
|
|
|
2017-08-02 22:15:30 -04:00
|
|
|
// 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.
|
2016-06-10 13:21:53 -04:00
|
|
|
|
2017-08-02 22:15:30 -04:00
|
|
|
export * from './public_api';
|