错误错误:未捕获(承诺):错误:StaticInjectorError(AppModule)[ElementRef]:
StaticInjectorError(Platform:core)[ElementRef]:NullInjectorError:没有提供ElementRef!错误:StaticInjectorError(AppModule)[ElementRef]:
StaticInjectorError(平台:核心)[ElementRef]:NullInjectorError:没有提供ElementRef!
这是我在我的一项服务中使用 angular5 时遇到的错误ElementRef
,我确实像这样导入它:
import { Injectable,ElementRef } from '@angular/core';