Flexible starting components for modules. #765
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
I think the simplest option and the one which may preserve the existing performance characteristics is to add an optional property to the ModuleDefinition model named DefaultComponent - which would allow a developer to specify the value in their IModule interface. This is the purpose of the IModule interface - to provide metadata which governs the behavior of the module. |
Beta Was this translation helpful? Give feedback.
-
I am very curious, how you are using the modules. What would be the reason for so many single page modules? |
Beta Was this translation helpful? Give feedback.
I am also introducing the DefaultAction option described above - so you will have a couple of solutions to your issue.