.../component1.ng.html:21:93 中的错误由以下原因引起:this._hammer.Pan 不是 ViewWrappedError.BaseError 处的构造函数 [作为构造函数]

Error in .../component1.ng.html:21:93 caused by: this._hammer.Pan is not a constructor at ViewWrappedError.BaseError [as constructor]

我正在尝试使用 mdTooltip,但是当我这样做时,出现了这个错误:

.../component1.ng.html:21:93 中的错误,原因是:this._hammer.Pan 不是 ViewWrappedError.BaseError 处的构造函数 [作为构造函数]

我在我的项目中添加了 hammer js 但它不起作用。

原来我们使用的 hammerjs 版本与我们使用的 angular/material 版本不符。