2019-12-19 15:25:42 -05:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 15:08:49 -04:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2019-12-19 15:25:42 -05: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
|
|
|
|
*/
|
|
|
|
|
|
|
|
// The global utilities are re-exported through here so that they get their own separate `global`
|
|
|
|
// section in the API docs which makes it more visible that they can't be imported directly.
|
|
|
|
export * from '../src/render3/global_utils_api';
|