Browse Source

Added ng-content to js-func conponent

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

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

@ -27,6 +27,7 @@
<button type='button' *ngIf="!disabled" mat-button class="tidy" (click)="beautifyJs()">
{{'js-func.tidy' | translate }}
</button>
<ng-content></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