{"id":26859776,"url":"https://github.com/thisloke/ngx-stripper","last_synced_at":"2025-06-22T09:33:54.454Z","repository":{"id":57311037,"uuid":"185561013","full_name":"thisloke/ngx-stripper","owner":"thisloke","description":"Ngx stripper, an Angular pipe to clean up string from any languages construct","archived":false,"fork":false,"pushed_at":"2019-05-09T09:59:18.000Z","size":110,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T12:25:21.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thisloke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-08T08:06:15.000Z","updated_at":"2024-01-26T15:26:47.000Z","dependencies_parsed_at":"2022-09-07T10:20:31.550Z","dependency_job_id":null,"html_url":"https://github.com/thisloke/ngx-stripper","commit_stats":null,"previous_names":["thisloke/ngx-stripper","lokenxo/ngx-stripper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thisloke/ngx-stripper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisloke%2Fngx-stripper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisloke%2Fngx-stripper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisloke%2Fngx-stripper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisloke%2Fngx-stripper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thisloke","download_url":"https://codeload.github.com/thisloke/ngx-stripper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thisloke%2Fngx-stripper/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261270116,"owners_count":23133487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-31T01:29:58.705Z","updated_at":"2025-06-22T09:33:49.438Z","avatar_url":"https://github.com/thisloke.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-stripper\n\nNgx stripper, an Angular pipe to clean up string from any languages construct\n\n\n### Demo\n\nhttps://next.plnkr.co/plunk/DGbwiDGvvMz8LBcg\n\n### Installation\n\nInstall the library\n```sh\n$ npm install --save ngx-stripper\n```\n\n### Usage\n\nImport it in your Angular2 project like a module\n\n1) Declare it in your module\n    ```sh\n    import {NgxStripperModule} from \"ngx-stripper\";\n    @NgModule({\n      imports: [\n        NgxStripperModule\n      ]\n    })\n\n    ```\n\n2) Use it in your components\n\n    ```sh\n   import {Component} from '@angular/core';\n\n    @Component({\n      selector: 'label',\n      template: `\u003cp\u003e{{text | stripper:'html'}}\u003cp\u003e`\n    })\n\n    export class LabelComponent {}\n    ```\n\n\n### Development\n\nWant to contribute? Great!\nSimply, clone the repository!\n\n\nLicense\n----\n\nMIT\n\n\n**Lorenzo I.**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisloke%2Fngx-stripper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisloke%2Fngx-stripper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisloke%2Fngx-stripper/lists"}