xmaestro / angular2-recaptcha

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

Added index.ts, improved documentation #25

Closed achimha closed 8 years ago

achimha commented 8 years ago

By having an index.ts exporting the component's module, we don't have to do import * from 'angular2-recaptcha/angular2-recaptcha'; anymore but can just write import * from 'angular2-recaptcha'; which is more familiar.