我正在使用time-ago-pipe version 1.3.2
angular 4.4
。但是现在要为生产而构建,我收到以下错误,
Metadata version mismatch for module /node_modules/time-ago-pipe/time-ago-pipe.d.ts,
found version 4, expected 3
此库的哪个版本将与角4.4匹配?
答案 0 :(得分:0)
最后,对于Angular 4.4,我们需要包含time-before-pipe版本1.2.1。 对于角度5,我们需要包含版本1.3.2。