moment-jdateformatparser
moment-jdateformatparser copied to clipboard
momentjs.fn is not defined.
Hi Team, I use the latest package in angular 6. npm install moment-jdateformatparser. But i got error with momentjs.fn is not defined when testing with simple format: moment().formatWithJDF('DD'); I am not sure if the import is wrong: import * as moment from 'moment-jdateformatparser'; I am at your disposal.
Try this:
import * as moment from 'moment-timezone';
import * as momentParser from 'moment-jdateformatparser';
momentParser(moment);
See https://github.com/icambron/twix.js/issues/102