Thanks for migrating from the old library but i got stuck with this.
how to format the date i was updating from angular 5 to 8.
import { OwlMomentDateTimeModule } from 'ng-pick-datetime-moment';
I have installed moment
this is my build error
ERROR in ../ng-pick-datetime-moment/moment-adapter/moment-date-time.module.ts(22,2): Error during template compile of 'OwlMomentDateTimeModule'
Function calls are not supported in decorators but 'ɵmakeDecorator' was called in 'NgModule'
'NgModule' calls 'ɵmakeDecorator'.
also date on the UI is mm/dd/yyyy
Thanks for migrating from the old library but i got stuck with this.
how to format the date i was updating from angular 5 to 8.
import { OwlMomentDateTimeModule } from 'ng-pick-datetime-moment';
I have installed moment
this is my build error
ERROR in ../ng-pick-datetime-moment/moment-adapter/moment-date-time.module.ts(22,2): Error during template compile of 'OwlMomentDateTimeModule'
Function calls are not supported in decorators but 'ɵmakeDecorator' was called in 'NgModule'
'NgModule' calls 'ɵmakeDecorator'.
also date on the UI is mm/dd/yyyy