Skip to main content

Command Palette

Search for a command to run...

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

Published
1 min read
S

I love learning about technology and sharing that with others

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
2 views

More from this blog

H

hashcodehub

271 posts

Consistent, Passionate and Organized :)