Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用角度材料 9.2.0。我 @angular-material-components/datetime-picker为 dateTimePicker 安装了。
@angular-material-components/datetime-picker
运行时出现此错误ng build --prod。
ng build --prod
我在 github 上找到了一个解决方案,最新版本 4.xx 支持 Angular 10。对于 Angular 9,您应该通过以下命令使用版本 2.x:
npm i @angular-material-components/datetime-picker@2.0.4 --save