mirror of
https://github.com/MikroWizard/mikrofront.git
synced 2026-05-20 10:41: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
|
|
@ -4,7 +4,8 @@
|
|||
"compilerOptions": {
|
||||
"outDir": "./out-tsc/app",
|
||||
"types": [
|
||||
"@angular/localize"
|
||||
"@angular/localize",
|
||||
"hammerjs"
|
||||
],
|
||||
"paths": {
|
||||
"@docs-components/*": ["./src/components/*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue