You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When application is started, it's default module component/view should be loaded automatically. For example, if user open CRM application then Dashboard module should be loaded automatically.
Later we will load the default or the latest used module.
For now make dummy module component to load. Output <h1>${module.title}</h1>
The text was updated successfully, but these errors were encountered:
When application is started, it's default module component/view should be loaded automatically. For example, if user open CRM application then Dashboard module should be loaded automatically.
Later we will load the default or the latest used module.
For now make dummy module component to load. Output
<h1>${module.title}</h1>
The text was updated successfully, but these errors were encountered: