在 app.module.ts 中添加插件时出错

Getting error while adding plugin in app.module.ts

每当我尝试在 ionic 中添加 PhotoLibrary 插件时,我都无法在 app.module.ts 中添加它。我收到以下错误

Type 'PhotoLibraryOriginal' is not assignable to type 'Provider'.
  Type 'PhotoLibraryOriginal' is missing the following properties from type 'FactoryProvider': provide, useFactory [2322]
(alias) const PhotoLibrary: PhotoLibraryOriginal
import PhotoLibrary

请检查下图是否有完整错误。

/ngx 导入与 ionic-angular 应用程序一起使用的所有最新离子本机插件...

import { PhotoLibrary } from '@ionic-native/photo-library/ngx';

否则退回到版本 4.* 的插件