ng2-datetimepicker-jalali
persian date time picker, jalali for angular 2
تقویم فارسی برای انگولار 2 نمایش تارخ و ساعت
Demo
coming soon
آموزش فارسی
به زودی
Installation
To install this library, run:
$ npm install ng2-datetimepicker-jalali --save
Consuming your library
Once you have published your library to npm, you can import your library in any Angular application by running:
$ npm install ng2-datetimepicker-jalali
and then from your Angular AppModule
:
;; ; // Import library;
edit css styles.css
/*styles.css*/;
you can use ng2-datetimepicker
components, in your Angular application:
<!-- You can now use your library component in app.component.html --> {{title}}
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ npm run build
To lint all *.ts
files:
$ npm run lint
License
MIT © Sajad Mehrabi