ngx-team-sava-search
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ngx-team-sava-search

Weekly Downloads

1

Version

0.0.2

License

none

Unpacked Size

1.07 MB

Total Files

32

Last publish

Collaborators

  • mdancevic