@binom/sdk-pipes
v1.0.4
Published
Pipe SDK library for Binom Angular projects — highlight, safe-html, truncate, and wordcount pipes.
Readme
@binom/sdk-pipes
Pipe SDK library for Binom Angular projects — highlight, safe-html, truncate, and wordcount pipes.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/sdk-pipesPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@angular/platform-browser:^21.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Highlight | @binom/sdk-pipes/highlight |
| Safe Html | @binom/sdk-pipes/safe-html |
| Truncate | @binom/sdk-pipes/truncate |
| Wordcount | @binom/sdk-pipes/wordcount |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/sdk-pipes';
// or
import { /* ... */ } from '@binom/sdk-pipes/highlight';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test sdk-pipes