This project is a demonstration of implementing a text filter with highlighting in Angular
You can find an in-depth article on this implementation here.
This project runs with Angular CLI version 14 or higher.
- Clone the repository
git clone <repo-name>
- Install dependencies via
npm i
- Run the code via angular cli
ng serve
. Navigate tohttp://localhost:4200/
to see it in action
This program is free software under MIT license. Please see the LICENSE file in our repository for the full text.