We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ec15f commit eb83724Copy full SHA for eb83724
1 file changed
src/angular-hybrid.ts
@@ -2,7 +2,6 @@ import * as angular from 'angular';
2
3
import { Component, ElementRef, Inject, Injector, Input, NgModule } from '@angular/core';
4
import { downgradeComponent, UpgradeModule } from '@angular/upgrade/static';
5
-import '@angular/upgrade';
6
7
import {
8
StateObject, forEach, PathNode, Resolvable, StateRegistry, UIRouter, ViewConfig, ViewService
0 commit comments