Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
angular2-justgage
Advanced tools
JustGage component for Angular2
You can install angular2-justgage by using npm.
npm install angular2-justgage
Add JustgageModule
to your module, eg.
import { JustgageModule } from 'angular2-justgage';
@NgModule({
imports: [ JustgageModule ]
// ...
})
export class AppModule {
}
And you can use selector justgage
in your template.
JavaScript
options = {
min: 0,
title: 'Visitors'
};
max = 100;
value = 67;
HTML
<justgage [options]="options" [max]="max" [value]="value"></justgage>
object
To create a justgage with configuration options, simply pass an object containing your configuration to the constructor.
number Set current value.
number Set maximum value.
The project is released under the MIT license.
The project's website is located at https://github.com/emn178/angular2-justgage
Author: Chen, Yi-Cyuan (emn178@gmail.com)
v0.3.0 / 2017-11-28
FAQs
JustGage component for Angular2+
We found that angular2-justgage demonstrated a not healthy version release cadence and project activity because the last version was released 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.