Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Update readme for including mydatepicker in project #5

Open
cvetkovski opened this issue Apr 25, 2017 · 2 comments
Open

Update readme for including mydatepicker in project #5

cvetkovski opened this issue Apr 25, 2017 · 2 comments

Comments

@cvetkovski
Copy link

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]
})
@akmittal
Copy link
Owner

Change has been made. Thanks for pointing is out.

@Seville
Copy link

Seville commented Oct 21, 2017

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants