@acorex/modules
v20.9.15
Published
This directory contains all the feature modules of the ACoreX Platform. Each module encapsulates a specific domain or business capability, promoting modularity, reusability, and maintainability.
Readme
Modules
This directory contains all the feature modules of the ACoreX Platform. Each module encapsulates a specific domain or business capability, promoting modularity, reusability, and maintainability.
Structure
Each module typically follows a consistent structure, including:
- Features: Contains the core functionalities and components related to the module.
- Entities: Defines the data models and their relationships.
- Services: Provides business logic and data access.
- Providers: Includes various providers for settings, permissions, menus, etc.
- i18n: Internationalization files for translations.
Getting Started
To learn more about a specific module, navigate to its respective directory and consult its README file (if available).
