igx-list component with filtering.

You can read more about configuring the igx-list component in the README or the official documentation.

search @if (search.value.length > 0) { clear } Contacts @for (contact of contacts | igxFilter: filterContacts; track contact) {
{{ contact.name }} {{ contact.phone }}
star
}