create cylinder
This commit is contained in:
@@ -7,6 +7,7 @@ import { MatIconModule } from '@angular/material/icon';
|
||||
import {MatCardModule} from '@angular/material/card';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { AgLoadingComponent } from '../../shared/ag-grid/components/ag-loading/ag-loading.component';
|
||||
import { AG_GRID_LOCALE_DE } from '@ag-grid-community/locale';
|
||||
|
||||
@Component({
|
||||
selector: 'app-dashboard',
|
||||
@@ -31,6 +32,7 @@ export class DashboardComponent {
|
||||
pagination: true,
|
||||
paginationPageSize: 10,
|
||||
loading: true,
|
||||
localeText: AG_GRID_LOCALE_DE,
|
||||
loadingOverlayComponent: AgLoadingComponent
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user