Trying to get the Aurelia compose ViewModel-less working and having some issues.
I was having problems in my project so to test I cloned the skeleton-typescript project.
I created a test.html page within the src directory with the following contents <template><div>Hi I'm a test message</div></template>
.
Then, within the welcome.html page I added the following before the submit button
<template><compose view="./test.html"></compose></template>
.
It doesn't display so wondering if I'm doing something wrong (according to the docs this is how it's done) or is there an issue with aurelia's templating-resources?
I asked on Aurelia's Gitter channel but didn't get a reply and I don't want to raise an issue with the templating-resources in case it's something stupid I'm doing so thought I would ask here first.