📜  以角度搜索过滤库 - TypeScript 代码示例

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

代码示例1
import * as moment from 'moment'; const now = new Date(); // timeAgo also supports moment.js objectsconst lastWeek = moment().subtract(10, 'days');