BrainCrumbz / ng2-autocomplete-words-example

Example of Angular 2 autocomplete component working with multiple words in field

Home Page:http://www.braincrumbz.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ng2-autocomplete-words-example

Example of Angular 2 autocomplete component working with multiple words in field


Work in progress ... Start tinkering with it now and come back later for more docs.

  • For example usage, look at ./src/client/app/app.component.ts
  • For component implementation internals, look in ./src/client/autocomplete/...

Quick start

Clone or download this repository:

git clone --depth 1 https://github.com/BrainCrumbz/ng2-autocomplete-words-example.git
cd ng2-autocomplete-words-example

Install dependencies:

npm install

Serve application in development, with build watching enabled:

npm run serve-watch

Browse to http://localhost:8081/.

License

MIT

About

Example of Angular 2 autocomplete component working with multiple words in field

http://www.braincrumbz.com

License:MIT License


Languages

Language:TypeScript 67.9%Language:JavaScript 29.0%Language:HTML 2.2%Language:CSS 0.9%