chore: clang-reformat
This commit is contained in:
@ -364,7 +364,7 @@ export class UpgradeAdapter {
|
||||
(injector: angular.IInjectorService, rootScope: angular.IRootScopeService) => {
|
||||
ng1Injector = injector;
|
||||
ngZone.onMicrotaskEmpty.subscribe(
|
||||
{next: (_) => ngZone.runOutsideAngular(() => rootScope.$apply())});
|
||||
{next: (_) => ngZone.runOutsideAngular(() => rootScope.$apply())});
|
||||
UpgradeNg1ComponentAdapterBuilder.resolve(this.downgradedComponents, injector)
|
||||
.then(resolve, reject);
|
||||
}
|
||||
|
Reference in New Issue
Block a user