Questions tagged [angular2-moment]

Utilize Angular2 moment's pipes to seamlessly incorporate momentjs methods within the Angular framework. Don't forget to add both momentjs and Angular tags when implementing this feature. For those using AngularJS, consider using the angular-moment tag for compatibility with the library.

What is the process for eliminating moment locales from an Angular build?

When I build my Angular 5 application with the command: ng build --prod --sm I noticed that the main.js file contains a lot of excess space occupied by moment. It seems all the locales are being loaded when I include: import * as moment from 'moment'; ...