[Solved] Cannot find module ‘ngx-bootstrap’ or its corresponding type declarations
Failed to import ngx-bootstrap in app.module.ts after installed npm install ngx-bootstrap — save, hit this error:

Solved by:
Try to reinstall by running this command:
npm install ngx-bootstrap@2.0.5 — save