【发布时间】:2018-12-12 12:58:45
【问题描述】:
ERROR 错误:未捕获(承诺):错误: StaticInjectorError(AppModule)[ElementRef]:
StaticInjectorError(平台:核心)[ElementRef]: NullInjectorError:没有提供 ElementRef!错误:StaticInjectorError(AppModule)[ElementRef]:
StaticInjectorError(平台:核心)[ElementRef]: NullInjectorError: ElementRef 没有提供者!
这是我在我的一项服务中使用 ElementRef 时在 angular5 中遇到的错误,我确实像这样导入它:
import { Injectable,ElementRef } from '@angular/core';
【问题讨论】:
-
请提供一些代码。
标签: angular elementref