Skip to content

Commit e8d9564

Browse files
authored
Set fixed values to align variable
1 parent 946987d commit e8d9564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/button/button.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {CommonModule} from '@angular/common';
77
})
88
export class ButtonDirective implements AfterViewInit, OnDestroy {
99

10-
@Input() iconPos: string = 'left';
10+
@Input() iconPos: 'left' | 'right' = 'left';
1111

1212
@Input() cornerStyleClass: string = 'ui-corner-all';
1313

0 commit comments

Comments
 (0)