📜  moment js ionic - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:00.855000             🧑  作者: Mango

代码示例1
npm install moment --save
# And import in your .ts file, there is no need to import in your module.
import * as moment from 'moment';