How to access html fragment file in another component via source code
Greetings!!
I am creating a modal using an hbs template file. In the modal I want to use an html file as the modal-body.
Both files exist in the ui.apps project.
I have tried div.load() in javascript client-libs as well as data-sly-include and data-sly-resource in the hbs and cannot properly access the html file.
Any suggestions on how to get this connected properly??
Thank you,
-Daniel