Hi,
I’m trying to use https://github.com/gf3/moment-range in my Ionic 2 app but I’m not sure how to include it. I have tried:
require('moment-range');
and
import * as range from 'moment-range';
and neither of these methods work. Could someone tell me how it can be achieved or is it not possible?
Thanks for any help.