I found moment.js had supported ES6, but when I import it
import moment from 'moment';
I got an error like this:
angular.js?5638:68Uncaught Error: [ng:areq] Argument 'fn' is not a function, got Moment
I had tried some different way to do:
import moment from 'moment/src/moment';
still does not work.