ngx-moment.umd.js vs index.js
nickhod opened this issue · 1 comments
nickhod commented
I recently upgraded from angular2-moment to ngx-moment 3.3.0.
I couldn't get ngx-moment to work following the documentation
'ngx-moment': {
main: './index.js',
defaultExtension: 'js'
}
index.js doesn't exist in the package so I got 404s.
Changing it to
'ngx-moment': {
main: './bundles/ngx-moment.umd.js',
defaultExtension: 'js'
}
did work. Does your documentation need updating or am I doing something wrong?
Delagen commented
Published 6.0.2 version with partial ivy compilation, so I think this issue is outdated