UNPKG
coreui-angular-ex-dev
Version:
latest (4.5.14)
4.5.14
CoreUI Components Library for Angular
coreui.io/angular/
coreui/coreui-angular
coreui-angular-ex-dev
/
projects
/
coreui-angular
/
src
/
lib
/
widget
/
widget-stat-b
/
widget-stat-b.component.html
9 lines
(8 loc)
•
293 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
c-card-body
>
<
div
*
ngIf
=
"!!value"
class
=
"fs-4 fw-semibold"
>
{{value}}
</
div
>
<
div
*
ngIf
=
"!!title"
>
{{title}}
</
div
>
<
ng-content
>
</
ng-content
>
<
small
*
ngIf
=
"text"
[
ngClass
]=
"inverse ? 'text-medium-emphasis-inverse' : 'text-medium-emphasis'"
>
{{text}}
</
small
>
</
c-card-body
>