UNPKG
angular2-nvd3
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Angular2 module for NVD3 chart
github.com/hendrathings/angular2-nvd3
hendrathings/angular2-nvd3
angular2-nvd3
/
src
/
test
/
test.component.ts
9 lines
(7 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ Component, DebugElement } from
'@angular/core'
;
@Component({ template: `<div appNvD3 [options]=
"options"
[data]=
"data"
></div>` })
/** experimanetalDecorator */
export
class
TestComponent
{
public
options: any;
public
data
: any; }