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
While trying to add a datepicker, I face the following error: Error: Uncaught (in promise): Error: Error in ./DayPickerComponent class DayPickerComponent - inline template:9:16 caused by: not implemented
Calendar Template get's partially loaded, so imports seems to be all ok.
Looked everywhere but couldn't find more info.
Other components (using modal and Timepicker) works fine.
note: using webworkers: "@angular/platform-webworker": "^2.0.0",
The text was updated successfully, but these errors were encountered:
"@angular/common": "2.4.10",
"ngx-bootstrap": "1.7.1"
"webpack": "2.2.0",
While trying to add a
datepicker
, I face the following error:Error: Uncaught (in promise): Error: Error in ./DayPickerComponent class DayPickerComponent - inline template:9:16 caused by: not implemented
Calendar Template get's partially loaded, so
imports
seems to be all ok.Looked everywhere but couldn't find more info.
Other components (using modal and Timepicker) works fine.
note: using webworkers:
"@angular/platform-webworker": "^2.0.0",
The text was updated successfully, but these errors were encountered: