Gathering detailed insights and metrics for ng2-datetimepicker-jalali
Gathering detailed insights and metrics for ng2-datetimepicker-jalali
npm install ng2-datetimepicker-jalali
Typescript
Module System
Node Version
NPM Version
67.9
Supply Chain
87.4
Quality
74.7
Maintenance
50
Vulnerability
96.7
License
TypeScript (62.57%)
JavaScript (22.25%)
HTML (11.57%)
CSS (3.61%)
Total Downloads
2,463
Last Day
2
Last Week
19
Last Month
68
Last Year
268
8 Stars
3 Commits
3 Watching
1 Branches
1 Contributors
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
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
persian date time picker, jalali for angular 2
تقویم فارسی برای انگولار 2 نمایش تارخ و ساعت
coming soon
به زودی
To install this library, run:
1$ npm install ng2-datetimepicker-jalali --save
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>
To generate all *.js
, *.d.ts
and *.metadata.json
files:
1$ npm run build
To lint all *.ts
files:
1$ npm run lint
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
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
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
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