xsoh / moment-hijri

A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js

Home Page:http://momentjs.com/docs/#/plugins/hijri/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with typescript angular 2

hasanhameed07 opened this issue · comments

Trying to add it into my Angular 2 typescript project through npm install moment-hijri but getting following error on terminal:

Cannot find module 'moment-hijri'

I have these parameters set in my tsconfig.json:

    "module": "es6",
    "moduleResolution": "node",

Also tried with module setting 'commonjs' and 'amd' but its the same error.