Angular

Angular + Algolia

Build search experiences with UI components and libraries

Sign up
What is Algolia

What is Algolia

Algolia empowers modern developers to build world class search and discovery experiences without any DevOps.
Libraries with every major language and framework make it easy to enrich your users' experiences. 

Angular illus

Add instant-search bar to Angular applications

Angular InstantSearch UI library is pre-built, customizable and flexible UI widgets to create your own search experiences -  explore the showcase. It has server side rendering and routing capabilities, and is Open source, production-ready and maintained by Algolia.

Features

  • Provides pre-built UI components following best practice principles for Angular that remain independent from external frameworks

  • Integrate and add search bar in your existing UI or app, or use InstantSearch templates

  • Comes with a default CSS theme, completely customizable

  • Manages all business logic for search requests, responses, and states

  • Progressive customization of components (use, extend, or customize)

Version

  • Compatible with all current versions of the underlying Angular library

  • Code is entirely open source and available on GitHub

  • Bootstrap your application, with create-instantsearch-app, NPM, ...

Related Integrations

Get started

  • CSS
    1
    body { font-family: sans-serif; }
    2
    .ais-SearchBox { margin-bottom: 1em }
  • Search (get a free account here)
    1
    <ais-instantsearch [config]="config">
    2
      <ais-search-box></ais-search-box>
    3
      <ais-hits>
    4
        <ng-template let-hits="hits">
    5
          <ol class="ais-Hits-list">
    6
            <li *ngFor="let hit of hits" class="ais-Hits-item">
    7
             {{hit.name}}
    8
            </li>
    9
          </ol>
    10
        </ng-template>
    11
      </ais-hits>
    12
    </ais-instantsearch>
Get started for free
Explore developer docs