@binom/sdk-utils
v1.0.4
Published
Utility SDK library for Binom Angular projects — color, HTML, object, platform, and renderer helpers.
Readme
@binom/sdk-utils
Utility SDK library for Binom Angular projects — color, HTML, object, platform, and renderer helpers.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/sdk-utilsPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Color | @binom/sdk-utils/color |
| Date Time | @binom/sdk-utils/date-time |
| El Dimension | @binom/sdk-utils/el-dimension |
| Html | @binom/sdk-utils/html |
| Object | @binom/sdk-utils/object |
| Object Move | @binom/sdk-utils/object-move |
| Platform | @binom/sdk-utils/platform |
| Pretty Print | @binom/sdk-utils/pretty-print |
| Renderer | @binom/sdk-utils/renderer |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/sdk-utils';
// or
import { /* ... */ } from '@binom/sdk-utils/color';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test sdk-utils