UNPKG
uv-charts-dashboard
Version:
latest (1.0.0)
1.0.0
A dashboard for uvCharts examples
gitlab.pramati.com/rakesh.makluri/uv-charts-dashboard
uv-charts-dashboard
/
src
/
app
/
components
/
dashboard
/
dashboard.ts
10 lines
(9 loc)
•
257 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { Component } from
'@angular/core'
; import { uvComponents } from
'../../components-list'
;
@Component
({ selector:
'dashboard'
, styleUrls: [
'./dashboard.css'
], templateUrl:
'./dashboard.html'
}) export
class
DashboardComponent
{ }