add space on the documentation

This commit is contained in:
Peter Maquiran
2024-05-24 11:50:23 +01:00
parent 468b2e4963
commit 17378876f1
+1
View File
@@ -98,6 +98,7 @@ main.ts: Entry point of the application.
Consider a Gabinete scenario: Consider a Gabinete scenario:
- **Business components**: Event Component, Gabinete Component - **Business components**: Event Component, Gabinete Component
- **UI components**: Gabinete UI Business - **UI components**: Gabinete UI Business
In this setup, the Event Component functionalities are reusable without any dependency on UI details. If the product team introduces create-event functionality in the Gabinete screen, the Event Component module can be added as a dependency to the Gabinete UI module seamlessly. In this setup, the Event Component functionalities are reusable without any dependency on UI details. If the product team introduces create-event functionality in the Gabinete screen, the Event Component module can be added as a dependency to the Gabinete UI module seamlessly.