Open tt-divya opened 2 months ago
<angular-editor [config]="editorConfig">
<ng-template #customButtons>
<ae-toolbar-set>
<ae-button
iconClass="fa fa-anchor ae-button primary"
class="ae-button primary"
title="customBtn"
(buttonClick)="customBtnClick()"
>
</ae-button>
</ae-toolbar-set>
</ng-template>
</angular-editor>
i want to add two custom buttons in the tool bar of kolkov angular editor, can any one help