Skip to content

Commit 4f4c180

Browse files
committed
refactor(widget-stat-f): move comments for title prop
1 parent 3a66ae4 commit 4f4c180

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

projects/coreui-angular/src/lib/widget/widget-stat-f/widget-stat-f.component.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,7 @@ export class WidgetStatFComponent implements AfterContentInit {
3333
* @type string
3434
*/
3535
@Input() icon?: string;
36-
/**
37-
* Title of the widget to display
38-
* @type string
39-
*/
36+
4037
/**
4138
* Set padding of your component.
4239
* @type boolean
@@ -50,6 +47,10 @@ export class WidgetStatFComponent implements AfterContentInit {
5047
}
5148
private _padding = false;
5249

50+
/**
51+
* Title of the widget to display
52+
* @type string
53+
*/
5354
@Input() title?: string;
5455
/**
5556
* Value for your widget to display

0 commit comments

Comments
 (0)