https://github.com/angular/angular
Raw File
Tip revision: db4a4484398ce8b4e1186a82fe8dd6a7cff4f373 authored by Kara Erickson on 08 April 2020, 18:08:01 UTC
release: cut the v10.0.0-next.0 release
Tip revision: db4a448
zone.ts
/**
 * @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, NoopNgZone as ɵNoopNgZone} from './zone/ng_zone';
back to top