File tree 1 file changed +5
-5
lines changed
src/app/views/widgets/widgets
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
< c-card-header > Widgets</ c-card-header >
3
3
< c-card-body >
4
4
< app-docs-example href ="components/widgets/#cwidgetstatsa ">
5
- < app-widgets-dropdown > </ app-widgets-dropdown >
5
+ < app-widgets-dropdown / >
6
6
</ app-docs-example >
7
7
< app-docs-example href ="components/widgets/#cwidgetstatsb ">
8
8
< c-row class ="g-4 ">
55
55
text ="Lorem ipsum dolor sit amet enim. "
56
56
value ="89.9% "
57
57
>
58
- < c-progress [white] ="widgetStatB1inv.inverse " class ="my-2 " thin [value] ="89.9 " />
58
+ < c-progress [white] ="widgetStatB1inv.inverse() " class ="my-2 " thin [value] ="89.9 " />
59
59
</ c-widget-stat-b >
60
60
</ c-col >
61
61
< c-col xl ="3 " md ="6 " sm ="6 ">
67
67
text ="Lorem ipsum dolor sit amet enim. "
68
68
value ="12.124 "
69
69
>
70
- < c-progress [white] ="widgetStatB2inv.inverse " class ="my-2 " thin [value] ="89.9 " />
70
+ < c-progress [white] ="widgetStatB2inv.inverse() " class ="my-2 " thin [value] ="89.9 " />
71
71
</ c-widget-stat-b >
72
72
</ c-col >
73
73
< c-col xl ="3 " md ="6 " sm ="6 ">
79
79
text ="Lorem ipsum dolor sit amet enim. "
80
80
value ="$98,111.00 "
81
81
>
82
- < c-progress [white] ="widgetStatB3inv.inverse " class ="my-2 " thin [value] ="89.9 " />
82
+ < c-progress [white] ="widgetStatB3inv.inverse() " class ="my-2 " thin [value] ="89.9 " />
83
83
</ c-widget-stat-b >
84
84
</ c-col >
85
85
< c-col xl ="3 " md ="6 " sm ="6 ">
91
91
text ="Lorem ipsum dolor sit amet enim. "
92
92
value ="2 TB "
93
93
>
94
- < c-progress [white] ="widgetStatB4inv.inverse " class ="my-2 " thin [value] ="89.9 " />
94
+ < c-progress [white] ="widgetStatB4inv.inverse() " class ="my-2 " thin [value] ="89.9 " />
95
95
</ c-widget-stat-b >
96
96
</ c-col >
97
97
</ c-row >
You can’t perform that action at this time.
0 commit comments