# ngx-stripper

> Ngx stripper, an Angular pipe to clean up string from any languages construct

Latest version **0.0.3** (published 2019-05-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngx-stripper
pnpm add ngx-stripper
yarn add ngx-stripper
bun add ngx-stripper
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.3 |
| Published | 2019-05-09 |
| First published | 2019-05-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Lorenzo Iovino |
| Maintainers | thisloke |
| Keywords | angular html stripper, html stripper, stripper, angular, angular 2, angular 4, angular 5, angular 6, angular 7, ngx-stripper, string stripper |

## Links

- npm: https://www.npmjs.com/package/ngx-stripper
- Repository: https://github.com/lokenxo/ngx-stripper
- Homepage: https://github.com/lokenxo/ngx-stripper#readme
- Issues: https://github.com/lokenxo/ngx-stripper/issues
- npm.io page: https://npm.io/package/ngx-stripper

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 0.0.3 (latest) — 2019-05-09
- 0.0.2 — 2019-05-08
- 0.0.1 — 2019-05-08

## README

# ngx-stripper

Ngx stripper, an Angular pipe to clean up string from any languages construct


### Demo

https://next.plnkr.co/plunk/DGbwiDGvvMz8LBcg

### Installation

Install the library
```sh
$ npm install --save ngx-stripper
```

### Usage

Import it in your Angular2 project like a module

1) Declare it in your module
    ```sh
    import {NgxStripperModule} from "ngx-stripper";
    @NgModule({
      imports: [
        NgxStripperModule
      ]
    })

    ```

2) Use it in your components

    ```sh
   import {Component} from '@angular/core';

    @Component({
      selector: 'label',
      template: `<p>{{text | stripper:'html'}}<p>`
    })

    export class LabelComponent {}
    ```


### Development

Want to contribute? Great!
Simply, clone the repository!


License
----

MIT


**Lorenzo I.**

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