maxisam/ngx-clipboard

Angular 8 breaking change - version update required

edlangjr opened this issue · 3 comments

After upgrading to angular 8 I am receiving the following issue:

ERROR in ./node_modules/ngx-clipboard/fesm2015/ngx-clipboard.js 175:29-37
"export 'DOCUMENT' was not found in '@angular/platform-browser'

DOCUMENT has been removed from @angular/platform-browser. This needs to be imported from @angular/common.

#180

Please try the latest version

You are correct. I missed updating this reference in my project. Thank you for being cool.

no biggie.