angular2-datepicker icon indicating copy to clipboard operation
angular2-datepicker copied to clipboard

Update readme for including mydatepicker in project

Open cvetkovski opened this issue 8 years ago • 2 comments

The import line is incorrect, it should be: import {MyDatePickerModule} from 'mydatepicker/src/my-date-picker/my-date-picker.module';

and the module should also be included:

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    MyDatePickerModule
  ],
  providers: [],
  bootstrap: [AppComponent]
})

cvetkovski avatar Apr 25 '17 09:04 cvetkovski

Change has been made. Thanks for pointing is out.

akmittal avatar Apr 27 '17 12:04 akmittal

Please update the readme. I actually checked the path before I included it in my module file, the path didn't point to the correct place. Thanks

Seville avatar Oct 21 '17 22:10 Seville