@binom/sdk-calendar
v1.0.4
Published
Calendar SDK library for Binom Angular projects — date calculation, views, and localization adapters.
Readme
@binom/sdk-calendar
Calendar SDK library for Binom Angular projects — date calculation, views, and localization adapters.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/sdk-calendarPeer 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-utils:^1.0.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Adapter Localize | @binom/sdk-calendar/adapter-localize |
| Svc Calc | @binom/sdk-calendar/svc-calc |
| Svc View | @binom/sdk-calendar/svc-view |
| Util Calc | @binom/sdk-calendar/util-calc |
| Util Calc Range | @binom/sdk-calendar/util-calc-range |
| Util View | @binom/sdk-calendar/util-view |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/sdk-calendar';
// or
import { /* ... */ } from '@binom/sdk-calendar/adapter-localize';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test sdk-calendar