Files
angular-docs-cn/modules/@angular/core/src/zone.ts
T

11 lines
279 B
TypeScript
Raw Normal View History

/**
* @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
2016-02-25 14:24:17 -08:00
export {NgZone, NgZoneError} from './zone/ng_zone';