错误:
ERROR in node_modules/ngx-clipboard/lib/ngx-clipboard.service.d.ts:16:9 - error TS1086: An accessor cannot be declared in an ambient context.

16     get isSupported(): boolean;

angular8 里安装 ngx-clipboard报错ERROR in node_modules/ngx-clipboard/lib/ngx-clipboard.service.d.ts:16:9

解决:

npm uninstall ngx-clipboard
npm install [email protected] --save

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-07-17
  • 2021-10-26
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-02
  • 2021-06-12
  • 2021-07-06
  • 2022-12-23
  • 2021-08-01
  • 2021-05-21
相关资源
相似解决方案