标签: javascript angular ecmascript-6
我正在尝试导入Observable类和interval方法,并将其提供给终端 help
答案 0 :(得分:1)
您不需要使用Observable前缀。因此,只需将其删除:
let time = interval(500);