Browse Source

Add select to ng-content

pull/8904/head
kalytka 3 years ago
parent
commit
c7802335e2
  1. 2
      ui-ngx/src/app/shared/components/js-func.component.html

2
ui-ngx/src/app/shared/components/js-func.component.html

@ -27,7 +27,7 @@
<button type='button' *ngIf="!disabled" mat-button class="tidy" (click)="beautifyJs()">
{{'js-func.tidy' | translate }}
</button>
<ng-content></ng-content>
<ng-content select="[customButtons]"></ng-content>
<div *ngIf="helpId" [tb-help-popup]="helpId"></div>
<fieldset style="width: initial">
<div matTooltip="{{(fullscreen ? 'fullscreen.exit' : 'fullscreen.expand') | translate}}"

Loading…
Cancel
Save