Files
keyvault/client/src/app/modules/admin/all-users/all-users.component.html
2026-02-19 12:21:30 +01:00

8 lines
196 B
HTML

@if (myTheme && gridOptions) {
<ag-grid-angular
style="width: 100%; height: 100%;"
(gridReady)="onGridReady($event)"
[gridOptions]="gridOptions!"
[theme]="myTheme"
/>
}