Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
ng-chartist
Advanced tools
https://willsoto.github.io/ng-chartist/demo/
Chartist component for Angular 2
npm install @angular/core ng-chartist chartist --save
npm install -g typings --save
typings install -g dt~chartist --save
npm install @types/chartist --save-dev
import {
NgModule
} from '@angular/core';
import {
ChartistModule
} from 'ng-chartist';
import {
MyAppComponent
} from './my-app';
@NgModule({
imports: [
ChartistModule,
],
bootstrap: [MyAppComponent]
})
export class AppModule { }
You may also find it useful to view the demo source.
<script src="node_modules/ng-chartist/dist/ng-chartist.js"></script>
<script>
// everything is exported ngChartist namespace
</script>
All documentation is auto-generated from the source via typedoc and can be viewed here
npm install
while current directory is this repoRun npm start
to start a development server on port 8080 with auto reload + tests.
Run npm test
to run tests once or npm run test:watch
to continually run tests.
npm run release
Apache-2.0
FAQs
Chartist component for Angular
The npm package ng-chartist receives a total of 7,459 weekly downloads. As such, ng-chartist popularity was classified as popular.
We found that ng-chartist demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.