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
/
app.ts
9 lines
(7 loc)
•
150 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import { Component } from
'@angular/core'
;
@Component
({ selector:
'app'
, templateUrl:
'./app.html'
, }) export
class
AppComponent
{ }