angular-cn/packages/core/src/zone.ts

11 lines
266 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
*/
// Public API for Zone
export {NgZone} from './zone/ng_zone';