"use strict"; /** * @license Angular v12.0.0-next.0 * (c) 2010-2020 Google LLC. https://angular.io/ * License: MIT */!function(e){"function"==typeof define&&define.amd?define(e):e()}((function(){ /** * @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.io/license */ var e=function(){function e(e){this.runZone=Zone.current,this.name="syncTestZone for "+e}return e.prototype.onScheduleTask=function(e,n,t,o){switch(o.type){case"microTask":case"macroTask":throw new Error("Cannot call "+o.source+" from within a sync test.");case"eventTask":o=e.scheduleTask(t,o)}return o},e}();Zone.SyncTestZoneSpec=e}));