Ashley Brener
Ashley Brener

Reputation: 268

Aurelia mechanism for dynamically loading HTML View templates

I realize from the Aurelia 0.10.0 Release & Status blog post that Aurelia's "bundling solution is about 50% complete".

For the purpose of releasing a standalone embeddable Aurelia app (on 3rd party site), am interested to know if there is currently a method for loading HTML view templates dynamically for use with RequireJS (Almond) and the text! plugin or an equivalent (SystemJS or other) mechanism.

Or do we need to wait for the bundler?

Upvotes: 0

Views: 1216

Answers (1)

EisenbergEffect
EisenbergEffect

Reputation: 3999

There isn't a way to do this currently. However, that's something we can add...and we do expect to make some improvements in this area as part of our general bundling work.

Upvotes: 3

Related Questions