Skip to content

Commit

Permalink
refactor(upgrade): Drop unused imports (#33496)
Browse files Browse the repository at this point in the history
PR Close #33496
  • Loading branch information
NothingEverHappens authored and atscott committed Oct 31, 2019
1 parent d863839 commit d5ae854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/upgrade/src/common/src/downgrade_component.ts
Expand Up @@ -11,7 +11,7 @@ import {ComponentFactory, ComponentFactoryResolver, Injector, NgZone, Type} from
import {IAnnotatedFunction, IAttributes, IAugmentedJQuery, ICompileService, IDirective, IInjectorService, INgModelController, IParseService, IScope} from './angular1';
import {$COMPILE, $INJECTOR, $PARSE, INJECTOR_KEY, LAZY_MODULE_REF, REQUIRE_INJECTOR, REQUIRE_NG_MODEL} from './constants';
import {DowngradeComponentAdapter} from './downgrade_component_adapter';
import {SyncPromise, Thenable, isThenable} from './promise_util';
import {SyncPromise, Thenable} from './promise_util';
import {LazyModuleRef, UpgradeAppType, controllerKey, getDowngradedModuleCount, getTypeName, getUpgradeAppType, validateInjectionKey} from './util';


Expand Down

0 comments on commit d5ae854

Please sign in to comment.