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

Description
I looked at the following site https://www.npmjs.com/package/angular2-datepicker and it did not work. I did the following:
Added import {MyDatePicker} from 'MyDatePicker/src/index'; to my @NgModule({ than <my-date-picker [options]="myDatePickerOptions" (dateChanged)="onDateChanged($event)" [selDate]="selectedDate"></my-date-picker> and it says unknown HTML tag
In the console it says:
Unhandled Promise rejection: Cannot find module "MyDatePicker/src/index" ; Zone: angular ; Task: Promise.then ; Value: ZoneAwareError Error: Cannot find module "MyDatePicker/src/index"