How to use moment.js library in Angular June 11, 2019 npm install --save moment import * as moment from 'moment'; let myMoment: moment.Moment = moment("someDate"); References https://stackoverflow.com/questions/35166168/how-to-use-moment-js-library-in-angular-2-typescript-app Related