I\'m trying to follow the official AoT guide for Angular 2, and I\'m using Moment.js in my application. Moment.js is on my packages.json file, and I\'m using versio
I tried all the solutions above, but none worked for me. What worked was
import moment from 'moment-with-locales-es6';