ahmedbhl / Generic-Auto-complete

Advanced Angular: Implementing a Reusable Autocomplete Component with Angular.

Home Page:https://generic-auto-complete.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://generic-auto-complete.web.app

License:MIT License


Languages

Language:TypeScript 71.1%Language:SCSS 16.3%Language:HTML 12.2%Language:CSS 0.4%