We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946987d commit e8d9564Copy full SHA for e8d9564
src/app/components/button/button.ts
@@ -7,7 +7,7 @@ import {CommonModule} from '@angular/common';
7
})
8
export class ButtonDirective implements AfterViewInit, OnDestroy {
9
10
- @Input() iconPos: string = 'left';
+ @Input() iconPos: 'left' | 'right' = 'left';
11
12
@Input() cornerStyleClass: string = 'ui-corner-all';
13
0 commit comments