xmaestro / angular2-recaptcha

Angular 2 : Typescript component for Google reCaptcha
ISC License
79 stars 30 forks source link

import only needed dependencies from Rx #45

Closed bakhodur-kandikov closed 7 years ago

bakhodur-kandikov commented 7 years ago

Right now "rxjs/Rx" is imported. This leads to loading all dependencies from Rx. Hue Rx library. This library should instead specify what dependencies it should load instead of loading huge rx library with all its dependencies

pleerock commented 7 years ago

Can you please make a release with this change?

xmaestro commented 7 years ago

Should be updated now.

pleerock commented 7 years ago

thanks