There are various packages available for implementing autocomplete in angular and we are going to use the simplest one (ng-select).
Let’s finish talking and need to start write code. Let’s install ng-select package from command line
npm install --save @ng-select/ng-select



