Hi
I have created a custom component which takes a json and creates a view.that component is a controller which I export and import as a behavior in toolbox.
I want to use that Custom component more than once in my view but controller is a singleton class then is there any way to create multiple instances of my view?
Thanks.
I know I can create my custom component as view but there are some more things which I want to do while creating a comp like I want to create store and model dynamically for that view which I can achieve using controller.