I tried importing latest version 2.3.0 but error below shows
error TS2305: Module '"../../../../node_modules/ngx-datetime-picker/ngx-datetime-picker"' has no exported member 'DateTimePickerModule'.
I also checked ngx-datetime-picker.d.ts file in node_modules and found it exports from main.d.ts which exports nothing.
export {}
When I revert back to version 2.1.3, this issue is gone.
Hi,
I tried importing latest version 2.3.0 but error below shows
error TS2305: Module '"../../../../node_modules/ngx-datetime-picker/ngx-datetime-picker"' has no exported member 'DateTimePickerModule'.
I also checked
ngx-datetime-picker.d.ts
file innode_modules
and found it exports from main.d.ts which exports nothing.export {}
When I revert back to version 2.1.3, this issue is gone.
Please take a look. Thanks.