-
-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Feature Request
What is the desired behaviour?
The desired behavior is to provide a clear mapping of which standalone directives in ngx-layout should be imported for various layout configurations. This allows developers to easily know which directives to import for specific layout features, ensuring efficient and modular code organization.
What is the use case or motivation for the desired behaviour?
The motivation for this behavior is to simplify the process of using ngx-layout’s standalone directives in Angular applications. Instead of needing to search for which directives belong to which layout functionality, developers can quickly refer to the table for an organized list of directives to import. This is particularly useful in large applications where multiple layout features are used across different components, reducing confusion and promoting best practices by directly referencing the required imports for each directive.
Is there anything else we should know?
It is important to ensure that all necessary standalone directives are imported into the component where they are used. Without importing the correct directive, the associated layout behavior will not function as expected. The table will serve as a quick reference to easily track which directives to import, helping to avoid mistakes and maintain clean code when working with layout features in ngx-layout.