|
Name |
|
|---|---|
|
Version |
0.1.0 |
|
Description |
Angular library that provides a collection of reusable directives for common UI functionalities. This library is compatible with Angular 13. Newer Angular versions are not supported. |
The library serves to encapsulate standard functionalities, and to promote code reusability in Angular projects. It can be built both for local development and as a xlib package for designer import.
The library includes the following directives:
-
InputTypeDirective
A directive for controlling and managing input field types and their behavior. -
TablePaginationDirective
A directive for implementing pagination functionality in tables, enabling easy management of large datasets. -
TableSendEventDirective
A directive for handling and sending events from table components, simplifying communication between tables and parent components.