I am new to angular and when I migrate from angular-5 to angular-9 version, getting ng2-smart-table error during compilation time.
Asked
Active
Viewed 677 times
0

Shlok Nangia
- 2,355
- 3
- 16
- 24

Vikas
- 1
- 4
-
The answer is here as below: https://stackoverflow.com/questions/61027486/ng2-smart-table-has-missing-dependencies-completer – Adnan Salahuddin May 11 '20 at 07:47
-
have you solve this ? – Dhanushka sasanka Oct 11 '20 at 04:39
-
yes, its got resolved by installing below dependencies, – Vikas Mar 29 '21 at 09:10
-
npm i rxjs-compat --save npm i @akveo/ng2-completer --save – Vikas Mar 29 '21 at 09:10