Live Search |Search Filter | Search AutoComplete – Angular for Beginners Tutorial

preview_player
Показать описание
Keep watching if you want to create a live search box in Angular where search results are automatically rendered without page refresh in response to every new keystroke registered on the targeted text input. And the results in question will try to auto-complete the users query so that it matches up with the results stored in the database.

To create this, we will be using Angular for the front-end, NodeJS for the back-end and MongoDB for the database which is where the live-search results will come from.

Also, communication between Angular on the front-end and NodeJS on the back-end will be facilitated with asynchronous requests that hold JSON data to allow the transportation of data between the 2 locations. We will also be using Angular’s own http-client service to make requests to the server from the front-end. In addition, we will use express on the back-end simply because it makes NodeJS very simple to work with.

LINKS:

--

Follow me on:

#Angular#JavaScript#JS#ComputerScience#CS#Tutorial#webdev#livesearch
Рекомендации по теме
Комментарии
Автор

Hi I got this to work! Nice demo. There is a lot more that needs to be done than the video shows but like stated it is a demo.

pamelaharper
Автор

Hi, this is nice! Pls how can we make it to receive click items from the search query result?

I mean, when I click any of the dropdown list results I want the input to receive it. How do I do that pls? thanks

zictechtechnologies
Автор

hi, can i get a github link of this code

vineettorke