Gathering detailed insights and metrics for @iplab/ngx-color-picker
Gathering detailed insights and metrics for @iplab/ngx-color-picker
Gathering detailed insights and metrics for @iplab/ngx-color-picker
Gathering detailed insights and metrics for @iplab/ngx-color-picker
npm install @iplab/ngx-color-picker
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
96 Stars
113 Commits
16 Forks
4 Watching
16 Branches
6 Contributors
Updated on 26 Nov 2024
TypeScript (59.33%)
SCSS (20.74%)
HTML (18.81%)
JavaScript (1.12%)
Cumulative downloads
Total Downloads
Last day
12.2%
1,400
Compared to previous day
Last week
1.2%
6,893
Compared to previous week
Last month
15.7%
29,068
Compared to previous month
Last year
-12.1%
293,484
Compared to previous year
1
3
Pure Angular color picker library.
more detailed instructions can be found here
1npm install @iplab/ngx-color-picker --save
Use the following snippet inside your app module:
1import { ColorPickerModule } from '@iplab/ngx-color-picker'; 2import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; 3... 4... 5 6@NgModule({ 7 imports: [ 8 BrowserModule, 9 ColorPickerModule, 10 BrowserAnimationsModule // or use NoopAnimationsModule 11 ], 12 bootstrap: [AppComponent] 13}) 14export class AppModule {}
Use the following snippet inside your template:
1<chrome-picker [(color)]="#fff"></chrome-picker>
This project was generated with Angular CLI version 14.0.0.
Angular CLI must be installed before building ngx-color-picker project.
1npm install -g @angular/cli
1git clone https://github.com/pIvan/ngx-color-picker.git 2cd ngx-color-picker/ 3npm install 4npm run start
Open "http://localhost:4200" in browser
We use SemVer for versioning. For the versions available, see the link to tags on this repository.
This project was generated with Angular CLI version 14.0.0.
Angular CLI must be installed before testing ngx-color-picker project.
1npm install -g @angular/cli
1git clone https://github.com/pIvan/ngx-color-picker.git 2cd ngx-color-picker/ 3npm install 4npm run test
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our contributing guide and then check out one of our issues.
ngx-color-picker is freely distributable under the terms of the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 2/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-11-18
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