Skip to main content

Reason and How to fix 

Since angular 4 deep imports are not supported.
Before Angular 4 you could do this, for example ..
import { EventEmitter} from ‘@angular/core/src/event_emitter’
but now in Angular 4 you can only go to the first level,

Comments