SyntaxFix
Write A Post
Hire A Developer
Questions
I'm using angular2-moment, but usage must be similar.
import { MomentModule } from "angular2-moment"; import moment = require("moment"); export class AppModule { constructor() { moment.locale('ru'); } }