@binom/sdk-router
v1.0.4
Published
Router SDK library for Binom Angular projects — route data titles and navigation helpers.
Downloads
833
Readme
@binom/sdk-router
Router SDK library for Binom Angular projects — route data titles and navigation helpers.
Documentation
Browse interactive docs, API reference, installation guides, and live demos on ngx-docs.binom.net.
Installation
npm install @binom/sdk-routerPeer 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@angular/router:^21.0.0@binom/sdk-core:^2.0.0@binom/sdk-utils:^1.0.0rxjs:~7.8.0
Entry Points
This library provides the following secondary entry points:
| Entry Point | Import Path |
|-------------|-------------|
| Data Title | @binom/sdk-router/data-title |
| Nav And Param | @binom/sdk-router/nav-and-param |
Usage
Import from the main entry point or a secondary entry point:
import { /* ... */ } from '@binom/sdk-router';
// or
import { /* ... */ } from '@binom/sdk-router/data-title';Support
- Website: binom.net
- Documentation: ngx-docs.binom.net
- Bug reports & feature requests: GitHub Issues
Development
Run unit tests:
nx test sdk-router