Hi Matt,
Yes that's something that is very interesting: loading "on the fly" UI components from a micro service. I'm considering using ocLazyLoad for that, but there are many options.
Anyway:
- I'm currently focusing on having one front end on the gateway, as for me this is the most common need: your gateway is a "mashup" of several back-end APIs. And that's why the new microservices don't have a front-end for the moment.
- Then the ability to add new components "on the fly" will come just afterwards, and so microservices will also be able to have front-ends.
It is just me prioritizing stuff, and doing the most important (and probably easiest) stuff first.
Julien.