Hi,
I am creating a web component with multiple views and I read this article
https://blogs.oracle.com/groundside/jet-composite-components-xiv-a-pattern-for-multi-view-components-using-ojmodule
In this example, the view models and views are loaded in the define block because the location has to be relative to the component folder. Is there another way to load it if I don't put it in the define block? Normally I would use ojs/ojmodule-element-utils to create the view and view model, but it doesn't seems to work when working inside a component.
Thanks.