Allow me to answer to my own question, after playing with ionic 2 modules and google i managed to import it as expected with:
var moment = require('moment');
Which in turn should be equivalent to, but it isn't:
import * as moment from 'moment';
Allow me to answer to my own question, after playing with ionic 2 modules and google i managed to import it as expected with:
var moment = require('moment');
Which in turn should be equivalent to, but it isn't:
import * as moment from 'moment';