Hi, I'm trying to import moment-timezone to my app, I did used typings to install moment-timezone by running this command: typings install moment-timezone --ambient --save
and import to my page: import * as moment from 'moment'; import 'moment-timezone'; Moment works but when I call moment.tz, it shows property tz not found. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
