UNPKG
coreui-angular-ex
Version:
latest (4.5.14)
4.5.14
CoreUI Components Library for Angular
coreui.io/angular/
coreui/coreui-angular
coreui-angular-ex
/
projects
/
coreui-angular-chartjs
/
src
/
lib
/
chartjs.module.ts
13 lines
(11 loc)
•
233 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import { NgModule } from
'@angular/core'
; import { ChartjsComponent } from
'./chartjs.component'
;
@NgModule
({ imports: [ ChartjsComponent ], exports: [ ChartjsComponent ] }) export
class
ChartjsModule
{}