I resolved the issue by replacing
import moment from "moment";
import statement with
import * as moment from "moment";
this.
I resolved the issue by replacing
import moment from "moment";
import statement with
import * as moment from "moment";
this.