2016-06-23 12:47:54 -04:00
|
|
|
/**
|
|
|
|
* @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
|
|
|
|
*/
|
|
|
|
|
2015-09-04 01:01:36 -04:00
|
|
|
// Public API for Zone
|
2016-08-15 19:10:30 -04:00
|
|
|
export {NgZone} from './zone/ng_zone';
|