I created a TypeScript's class and published it on npm
https://www.npmjs.com/package/mds.persian.calendar
I installed it in a Angular project as the following command:
npm install mds.persian.calendar --save
It installed successfully, and I can see the mds.persian.calendar folder in node_modules folder but when I want to use it in my TypeScript file as the following code, it alert can not find module
import { MdsPersianCalendar } from 'MdsPersianCalendar';
How should I use it?
mds.persian.calendarin npm.