alxhotel / angular-bigscreen

:black_square_button: An Angular 2+ service to quickly use the HTML5 fullscreen API.
MIT License
7 stars 4 forks source link

Error when build in Prod #1

Closed mxshdev closed 6 years ago

mxshdev commented 6 years ago

When run script ng build --prod this service return error: ERROR in Error: Unexpected value 'BigScreenService in /node_modules/angular-bigscreen/bigscreen.service.d.ts' declared by th e module 'BigScreenModule in /node_modules/angular-bigscreen/bigscreen.module.d.ts'. Please add a @Pipe/@Directive/@Componen t annotation.

alxhotel commented 6 years ago

Thanks for the feedback!

Can you try the new version 2.0.0?

mxshdev commented 6 years ago

@alxhotel i migrate to another lib https://github.com/sindresorhus/screenfull.js

alxhotel commented 6 years ago

Ok, no problem. Btw, sorry for the delay.

Closing this issue then.