mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-16 16:51:30 +00:00
Upgrade to angular 18, Replace gui-grid with PrimeNG table since gui-grid not developed anymore,Fix typo , Fix minor ui/ux bugs
This commit is contained in:
parent
e95304af3e
commit
9298dd80b6
74 changed files with 4845 additions and 3913 deletions
|
|
@ -11,7 +11,10 @@ import {
|
|||
} from '@coreui/angular';
|
||||
import { AuthRoutingModule } from './auth-routing.module';
|
||||
import { AuthComponent } from './auth.component';
|
||||
import { GuiGridModule } from '@generic-ui/ngx-grid';
|
||||
import { TableModule } from 'primeng/table';
|
||||
import { DrawerModule } from 'primeng/drawer';
|
||||
import { InputTextModule } from 'primeng/inputtext';
|
||||
import { TooltipModule } from 'primeng/tooltip';
|
||||
|
||||
import { FormsModule } from '@angular/forms';
|
||||
|
||||
|
|
@ -27,7 +30,10 @@ import {MatSelectModule} from '@angular/material/select';
|
|||
GridModule,
|
||||
FormsModule,
|
||||
ButtonModule,
|
||||
GuiGridModule,
|
||||
TableModule,
|
||||
DrawerModule,
|
||||
InputTextModule,
|
||||
TooltipModule,
|
||||
CollapseModule,
|
||||
MatFormFieldModule,
|
||||
MatInputModule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue