UNPKG

quidemsunt

Version:

Angular2 component for NVD3.js reusable charting library

10 lines (7 loc) 201 B
import { NgModule } from '@angular/core'; import { NvD3Component } from './ng2-nvd3.component'; @NgModule({ declarations: [NvD3Component], exports: [NvD3Component] }) export class NvD3Module { }