ng2-smart-table has missing dependencies completer
问题 I am using Ng2SmartTable and I have this error: ERROR in The target entry-point "ng2-smart-table" has missing dependencies: - @ akveo / ng2-completer I have already tried the following commands and it does not work: 1.npm install --save ng2-smart-table 2.npm i ng2-completer --save 3.npm i rxjs-compat --save 回答1: I also faced the same issue while trying to install ng2-smart-table In ng2-smart-table the CompleterService is imported in the following way import { CompleterService } from '@akveo