@Viraj Shinde A different module's data model? Immediately when a module is mounted to the app, the model data you want probably won't be ready. However, there are ways to add your code in the entry point file and then call it later, for example using a
beforeShowContent
event listener. If you're instantiating a new model, then for sure you could call it then if you like.