Skip to content

Advanced Angular: Implementing a Reusable Autocomplete Component with Angular.

License

Notifications You must be signed in to change notification settings

ahmedbhl/Generic-Auto-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generic-Auto-complete

github angular typescript StackBlitz ⚡️ Demo

Features

  • Flexible autocomplete with client/server filtering.
  • Variable properties and event bindings.
  • add/change/remove input icon.
  • Selection history.
  • Custom item and 'not found' templates.
  • Infinite scroll.
  • Compatible with Angular forms API (Both Reactive and Template-driven forms).
  • Keyboard navigation.
  • Accessibility.

Quickstart

Install the project

$ git clone https://github.com/ahmedbhl/Custom-Auto-Complete.git
$ cd Custom-Auto-Complete
$ npm i
$ npm start

or using CLI to start project after install

$ ng serve

Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

ScreenShots

About

Advanced Angular: Implementing a Reusable Autocomplete Component with Angular.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published