UNPKG

ngx-nvd3

Version:

Angular2+ module for NVD3 charts

9 lines (7 loc) 240 B
import { Component, DebugElement } from '@angular/core'; @Component({ template: `<div nvd3 [options]="options" [data]="data"></div>` }) /** experimentalDecorator */ export class TestComponent { public options: any; public data: any; }