Error: error in ng serve ERROR in Error: Metadata version mismatch for module /../node_modules/ngx-pagination/dist/ngx-pagination.d.ts, found version

Above mentioned error arises because i was using angular version 4 and ngx-pagiantion version 5 and ngx-pagination from version 3.1.1 it support angular 8 so that's why with angular 4 it did not worked

Angular version:^4.0.0

ngx-pagination version: ^5.0.0

below mentioned command will install the version 3.3.1 , for more information read the readme

>npm i ngx-pagination@3.3.1