You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2021. It is now read-only.
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
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 saysunknown HTML tagIn 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"