Add select to ng-content

This commit is contained in:
kalytka 2023-07-14 17:49:14 +03:00
parent db95bc8aa8
commit c7802335e2

View File

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