I'm trying to make a table with PrimeNG and after made the import in the module file
import {TableModule} from 'primeng/table';
I have the next error:
node_modules/primeng/api/megamenuitem.d.ts(30,27): error TS2304: Cannot find name 'QueryParamsHandling'.
node_modules/primeng/api/menuitem.d.ts(1,10): error TS2305: Module '"../../@angular/router/router"' has no exported member 'QueryParamsHandling'.
I have searched in google and in the community and I haven't found any solutions
Please. Could anybody help me? Many thanks in advance Regards