keys
This commit is contained in:
7
client/src/app/modules/keys/keys.component.html
Normal file
7
client/src/app/modules/keys/keys.component.html
Normal file
@@ -0,0 +1,7 @@
|
||||
@if (gridOptions || true) {
|
||||
<ag-grid-angular
|
||||
style="width: 100%; height: 100%;"
|
||||
(gridReady)="onGridReady($event)"
|
||||
[gridOptions]="gridOptions!"
|
||||
/>
|
||||
}
|
||||
Reference in New Issue
Block a user