I\'m struggling in using moment.js library inside an Angular 2 Typescript app. Even after reading the answer to this question I can\'t get it to work.
This is what I did
import * as moment_ from 'moment'; const moment:moment.MomentStatic = (moment_)['default'] || moment_;