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
Hi
I use jalali-momnet 3.3.11 in my angular project and I write this function in it. ( baseClassProject ) import * as moment from 'jalali-moment'; static currentDateTime() { return moment().format('jYYYY/jMM/jDD_HH:mm'); }
and then publish baseClassProject then I install the it in my main project and use this.currentDateTime() and I got this error:
angular 13.3.0
jalali-moment 3.3.11
can somebody help me ?
The text was updated successfully, but these errors were encountered:
Hi
I use jalali-momnet 3.3.11 in my angular project and I write this function in it. ( baseClassProject )
import * as moment from 'jalali-moment'; static currentDateTime() { return moment().format('jYYYY/jMM/jDD_HH:mm'); }
and then publish baseClassProject then I install the it in my main project and use this.currentDateTime() and I got this error:
angular 13.3.0
jalali-moment 3.3.11
can somebody help me ?
The text was updated successfully, but these errors were encountered: