update AG Grid
This commit is contained in:
@@ -1,6 +1,16 @@
|
||||
import { Component, LOCALE_ID } from '@angular/core';
|
||||
import { MAT_DATE_LOCALE } from '@angular/material/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
import { ModuleRegistry, AllCommunityModule } from 'ag-grid-community';
|
||||
|
||||
ModuleRegistry.registerModules([ AllCommunityModule ]);
|
||||
|
||||
import { provideGlobalGridOptions } from 'ag-grid-community';
|
||||
|
||||
// Mark all grids as using legacy themes
|
||||
provideGlobalGridOptions({
|
||||
theme: "legacy",
|
||||
});
|
||||
|
||||
@Component({
|
||||
selector: 'app-root',
|
||||
|
||||
Reference in New Issue
Block a user