gpt4 book ai didi

angular - 在 Angular 7 中使用 moment 时出现错误 :TypeError: moment is not a function

转载 作者:行者123 更新时间:2023-12-05 09:14:37 26 4
gpt4 key购买 nike

按照以下步骤安装和使用moment:

npm install moment --save

在 app.component.ts 文件中:

import * as moment from 'moment';



export class AppComponent{
currentDate = moment();

还根据 this article 在 angular.json 中添加了以下代码:

"scripts": ["./node_modules/moment/min/moment.min.js"]

我得到:

TypeError: moment is not a function

请检查重现demo

如果您知道我为什么会收到此错误,请提供帮助。

最佳答案

导入没问题:

import * as moment from 'moment';

您还需要安装类型定义,以便 typescript 编译器可以解析特定于 moment.js 的类型:

npm install @types/moment

关于angular - 在 Angular 7 中使用 moment 时出现错误 :TypeError: moment is not a function,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53755490/

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