0.0.2 • Published 4 years ago

ngx-team-sava-search v0.0.2

Weekly downloads
11
License
-
Repository
github
Last release
4 years ago

Team sava search

This library was generated with Angular CLI version 9.1.11.

Installation

npm install --save ngx-team-sava-search

Hoe to use it

import { SearchConfigToken, SearchConfig, NgxTeamSavaSearchModule } from 'ngx-team-sava-search';

const searchConf: SearchConfig = {
  apiUrlSearch: 'http://link-to-api/'
};

 imports: [
  NgxTeamSavaSearchModule.forRoot(searchConf)
 ],
 providers: [
    { provide: SearchConfigToken, useValue: searchConf }
 ],

Usage

<ngx-team-sava-search></ngx-team-sava-search>

Todo

Done in a rush because couldn't find anything alike, so:

  • Make some tests
  • Do better styling