To install moment-timezone for Angular in 2018:
Install moment.js and moment-timezone
npm install moment moment-timezone @types/moment-timezone --save
Import these modules in your .ts file
import * as moment from 'moment';
import 'moment-timezone';
Github issue: How to resolve the 'tz' build error.