gpt4 book ai didi

javascript - Typescript+Angular2 的时刻

转载 作者:行者123 更新时间:2023-11-28 05:08:02 26 4
gpt4 key购买 nike

我使用了 moment js 库,除了一件事之外一切都很好。

像这样使用初始化看起来不太好。我不想从“时刻”导入所有内容

import * as moment  from 'moment/moment';

我使用 moment it 的一个地方:

        var differenceBeteweenDates = moment(toDate, this.dateFormat)
.diff(moment(fromDate, this.dateFormat),
"days");

我只需要导入必要的模块/功能。我该怎么做?

 ps: import { Moment }  from 'moment/moment'; - don't contain all things what i need

最佳答案

import { Moment, fn, utc as moment } from 'moment/moment'; 并使用 moment.moment() 什么你需要

关于javascript - Typescript+Angular2 的时刻,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41595303/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com