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
Going by this thread, import moment from 'moment'; should work.
import moment from 'moment';