Installation and Run Test
Installation
Install ng-autocomplete-plugin with npm
npm install ng-autocomplete-plugin --save
or
npm i ng-autocomplete-plugin
Running Tests
ng-autocomplete-plugin has 20+ solid test cases to make sure components executes without any issues.
To run tests, run the following command
npm run test
or
ng test