Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@iplab/ngx-color-picker
Advanced tools
Pure Angular color picker library.
more detailed instructions can be found here
npm install @iplab/ngx-color-picker --save
Use the following snippet inside your app module:
import { ColorPickerModule } from '@iplab/ngx-color-picker';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
...
...
@NgModule({
imports: [
BrowserModule,
ColorPickerModule,
BrowserAnimationsModule // or use NoopAnimationsModule
],
bootstrap: [AppComponent]
})
export class AppModule {}
Use the following snippet inside your template:
<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.
npm install -g @angular/cli
git clone https://github.com/pIvan/ngx-color-picker.git
cd ngx-color-picker/
npm install
npm 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.
npm install -g @angular/cli
git clone https://github.com/pIvan/ngx-color-picker.git
cd ngx-color-picker/
npm install
npm 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.
17.1.0 (2023-11-14)
<a name="17.0.0"></a>
FAQs
> Pure Angular color picker library.
The npm package @iplab/ngx-color-picker receives a total of 3,517 weekly downloads. As such, @iplab/ngx-color-picker popularity was classified as popular.
We found that @iplab/ngx-color-picker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.