@binom/ui-business
v1.0.1
Published
Business UI components for Binom Angular projects — configuration-driven tables, row actions, and status tags.
Maintainers
Readme
@binom/ui-business
Business UI components for Binom Angular projects — configuration-driven tables, row actions, and status tags.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/ui-businessPeer Dependencies
Make sure the following peer dependencies are installed in your Angular 21 project:
@angular/common:^21.0.0@angular/core:^21.0.0@binom/sdk-core:^2.0.0@binom/sdk-pipes:^1.0.0@binom/sdk-utils:^1.0.0@binom/ui-core:^1.0.0@binom/ui-forms:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Editable Table | @binom/ui-business/editable-table |
| Pivot Table | @binom/ui-business/pivot-table |
| Row Actions | @binom/ui-business/row-actions |
| Row Forms | @binom/ui-business/row-forms |
| Status Tags | @binom/ui-business/status-tags |
| Table | @binom/ui-business/table |
| Tree Table | @binom/ui-business/tree-table |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/ui-business';
// or
import { /* ... */ } from '@binom/ui-business/editable-table';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test ui-business