The instructions here didn't work for me:
https://github.com/urish/angular2-moment
I did
npm install --save angular2-moment
worked fine, then I attempted to do:
typings install --save moment
but got typings: command not found
error, then I did the import in my app.module.ts
file:
import { MomentModule } from 'angular2-moment';
included it in my module declarations and entry components array, ran the build and got:
"Error: Unexpected module 'MomentModule' declared by the module 'AppModule' "