Installations
npm install ng2-datetimepicker-jalali
Developer Guide
Typescript
No
Module System
N/A
Node Version
7.10.0
NPM Version
4.2.0
Score
67.9
Supply Chain
87.4
Quality
74.7
Maintenance
50
Vulnerability
96.7
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
TypeScript (62.57%)
JavaScript (22.25%)
HTML (11.57%)
CSS (3.61%)
Developer
Download Statistics
Total Downloads
2,463
Last Day
2
Last Week
19
Last Month
68
Last Year
268
GitHub Statistics
8 Stars
3 Commits
3 Watching
1 Branches
1 Contributors
Bundle Size
13.54 kB
Minified
3.96 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.3
Package Id
ng2-datetimepicker-jalali@1.0.3
Size
8.88 kB
NPM Version
4.2.0
Node Version
7.10.0
Total Downloads
Cumulative downloads
Total Downloads
2,463
Last day
0%
2
Compared to previous day
Last week
-51.3%
19
Compared to previous week
Last month
2,166.7%
68
Compared to previous month
Last year
20.2%
268
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
ng2-datetimepicker-jalali
persian date time picker, jalali for angular 2
تقویم فارسی برای انگولار 2 نمایش تارخ و ساعت
Demo
coming soon
آموزش فارسی
به زودی
Installation
To install this library, run:
1$ 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:
1$ npm install ng2-datetimepicker-jalali
and then from your Angular AppModule
:
1import { BrowserModule } from '@angular/platform-browser'; 2import { NgModule } from '@angular/core'; 3 4import { AppComponent } from './app.component'; 5 6// Import library 7import { DateTimePickerModule } from 'ng2-datetimepicker-jalali'; 8 9@NgModule({ 10 declarations: [ 11 AppComponent 12 ], 13 imports: [ 14 BrowserModule, 15 16 // Specify library as an import 17 DateTimePickerModule 18 ], 19 providers: [], 20 bootstrap: [AppComponent] 21}) 22export class AppModule { }
edit css styles.css
1/*styles.css*/ 2@import '~bootstrap/dist/css/bootstrap.min.css';
you can use ng2-datetimepicker
components, in your Angular application:
1<!-- You can now use your library component in app.component.html --> 2<h1> 3 {{title}} 4</h1> 5<ng2-datetimepicker></sampleComponent>
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
1$ npm run build
To lint all *.ts
files:
1$ npm run lint
License
MIT © Sajad Mehrabi
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/3 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
license file not detected
Details
- Warn: project does not have a license file
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.6
/10
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More