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

Update readme for including mydatepicker in project #5

@cvetkovski

Description

@cvetkovski

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]
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions