When I import the "ErrorHandler" module like this:
import { NgModule, ErrorHandler } from '@angular/core';
Visual studio indicates "Module .../@angular/core/index has no exported member 'ErrorHandler'"
Why ? It isn't installed ? how to install it ?
Thx!