gpt4 book ai didi

Angular MomentDateTimeAdapter 在 Angular 8 更新后无法构建

转载 作者:行者123 更新时间:2023-12-02 14:49:42 24 4
gpt4 key购买 nike

更新我的 Angular 项目后,由于重大更改,我遇到了一些问题。现在我的 MomentDateTimeAdapter 出现问题。我正在使用 this一.(/ng-pick-datetime-moment).

我的应用程序在开发模式下运行完美,但当我尝试构建高效 (ng build --prod) 时,我收到此错误:

ERROR in ..\ng-pick-datetime-moment\moment-adapter\moment-date-time-adapter.class.ts(46,2): Error during template compile of 'MomentDateTimeAdapter' Function calls are not supported in decorators but 'ɵmakeDecorator' was called in 'Injectable' 'Injectable' calls 'ɵmakeDecorator'.

我执行了 Angular 更新教程中描述的每一步并更新了我的所有依赖项。有谁知道如何解决这个问题?

最佳答案

这是因为 ng-pick-datetime-moment-package 嵌入了 angular 7。

MomentDateTimeAdapter 也包含在 ng-pick-datetime 包中。 (7.0.0 版)无需从 ng-pick-datetime-moment 包导入,而是从 ng-pick-datetime 包 导入。

import { MomentDateTimeAdapter, OWL_MOMENT_DATE_TIME_ADAPTER_OPTIONS } from 'ng-pick-datetime/date-time/adapter/moment-adapter/moment-date-time-adapter.class';

关于Angular MomentDateTimeAdapter 在 Angular 8 更新后无法构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56462345/

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