common-ui/src/lib/help-mode/help-button/help-button.component.html

7 lines
177 B
HTML

<iqser-circle-button
(action)="activateHelpMode()"
[tooltip]="'help-mode.button-text' | translate"
icon="iqser:help-outline"
type="help"
></iqser-circle-button>