- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
更新我的 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/
更新我的 Angular 项目后,由于重大更改,我遇到了一些问题。现在我的 MomentDateTimeAdapter 出现问题。我正在使用 this一.(/ng-pick-datetime-mome
更新我的 Angular 项目后,由于重大更改,我遇到了一些问题。现在我的 MomentDateTimeAdapter 出现问题。我正在使用 this一.(/ng-pick-datetime-mome
我是一名优秀的程序员,十分优秀!