# abhis-angular

> Steps to use pipe:

Latest version **1.0.0** (published 2017-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install abhis-angular
pnpm add abhis-angular
yarn add abhis-angular
bun add abhis-angular
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-12-01 |
| First published | 2017-12-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 12 |
| Known vulnerabilities | 0 (+18 in 3 direct dependencies) |
| Install scripts | no |
| Maintainers | abhissony |

## Links

- npm: https://www.npmjs.com/package/abhis-angular
- npm.io page: https://npm.io/package/abhis-angular

## Dependencies (12)

- [rxjs](https://npm.io/package/rxjs.md) ^5.4.1
- [core-js](https://npm.io/package/core-js.md) ^2.4.1
- [zone.js](https://npm.io/package/zone.js.md) ^0.8.14
- [@angular/core](https://npm.io/package/@angular/core.md) ^4.0.0
- [@angular/http](https://npm.io/package/@angular/http.md) ^4.0.0
- [@angular/forms](https://npm.io/package/@angular/forms.md) ^4.0.0
- [@angular/common](https://npm.io/package/@angular/common.md) ^4.0.0
- [@angular/router](https://npm.io/package/@angular/router.md) ^4.0.0
- [@angular/compiler](https://npm.io/package/@angular/compiler.md) ^4.0.0
- [@angular/animations](https://npm.io/package/@angular/animations.md) ^4.0.0
- [@angular/platform-browser](https://npm.io/package/@angular/platform-browser.md) ^4.0.0
- [@angular/platform-browser-dynamic](https://npm.io/package/@angular/platform-browser-dynamic.md) ^4.0.0

## Recent versions

- 1.0.0 (latest) — 2017-12-01
- 0.0.1 — 2017-12-01
- 0.0.0 — 2017-12-01

## README

Steps to use pipe: 

## Install using npm

	Run `npm install abhis-angular`.

## Import in your module

	import { SearchModule } from 'abhis-angular'

	@NgModule({
	  declarations: [
	    AppComponent
	    ...
	  ],
	  imports: [
	    BrowserModule,
	    SearchModule
	    ....
	  ],
	  providers: [],
	  bootstrap: [AppComponent]
	})

## Use
	<input type="text" [(ngModel)]='searchText'>
	<div *ngFor='let list of item | search:[searchText,0]'>
	  {{list}}
	</div>

	pass 0 : if you want to search by first character only
	pass 1 : if you want to search in all character of word


Abhishek Verma

---
_Source: https://npm.io/package/abhis-angular · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
