mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
11 lines
444 B
TypeScript
11 lines
444 B
TypeScript
/**
|
|
* @license
|
|
* Copyright Google LLC 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.dev/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';
|