idris-rampurawala / angular-text-search-highlight

Demonstration of a text search with highlighting in Angular

Home Page:https://idris-rampurawala.github.io/angular-text-search-highlight/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Text Search with Highlight

The MIT License

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.

Installation

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 to http://localhost:4200/ to see it in action

License

This program is free software under MIT license. Please see the LICENSE file in our repository for the full text.

About

Demonstration of a text search with highlighting in Angular

https://idris-rampurawala.github.io/angular-text-search-highlight/

License:MIT License


Languages

Language:TypeScript 63.8%Language:SCSS 12.7%Language:JavaScript 12.4%Language:HTML 11.1%