9 lines
317 B
HTML
9 lines
317 B
HTML
<ag-grid-angular
|
|
style="width: 100%; height: 100%;"
|
|
(gridReady)="onGridReady($event)"
|
|
[gridOptions]="gridOptions!"
|
|
/>
|
|
|
|
<div class="floating-btn-container">
|
|
<button mat-flat-button class="btn-create mat-elevation-z8" (click)="openCreateSystem()" color="accent" >Schließanlage anlegen</button>
|
|
</div> |