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
Typescript
Module System
Node Version
NPM Version
TypeScript (60.34%)
SCSS (20.25%)
HTML (18.37%)
JavaScript (1.04%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
97 Stars
120 Commits
18 Forks
4 Watchers
10 Branches
6 Contributors
Updated on Jun 29, 2025
Latest Version
20.0.0
Package Id
@iplab/ngx-color-picker@20.0.0
Unpacked Size
441.19 kB
Size
77.96 kB
File Count
6
NPM Version
10.9.2
Node Version
22.16.0
Published on
Jun 29, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
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
7 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 8
Reason
5 existing vulnerabilities detected
Details
Reason
Found 1/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
Score
Last Scanned on 2025-07-07
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