A sample project for autocomplete directive in angular 2
click for the demo
- clone the project
git clone https://github.com/oferh/ng2-autocomplete.git
- install nmp packages
npm install
run npm start
to create a bundle run npm run build:dev
or npm run build:prod