Closed achimha closed 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.
import * from 'angular2-recaptcha/angular2-recaptcha';
import * from 'angular2-recaptcha';
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 writeimport * from 'angular2-recaptcha';
which is more familiar.