hrajchert / angular-screenfull

Angular binding to the Screenfull library to allow fullscreen in your app.
http://hrajchert.github.io/angular-screenfull/
MIT License
60 stars 16 forks source link

can it work on ng2? #20

Closed sevensun1213 closed 7 years ago

sevensun1213 commented 7 years ago

hi,Is it have a version for angular 2.0 or angular 4.0?thx

hrajchert commented 7 years ago

Hi! No, sadly this plugin is only designed to work with ng1, but this is a wrapper of the screenful library https://github.com/sindresorhus/screenfull.js/ and in their page you can see an example of how to use screenfull with angular 2, 4

Cheers!