I want to use Angular with an embbedded application...
My idea is to serve only index.htm (8.3 names) from the embbedded
device and implement the RESTful API too.
All other files should come from my server (somewhere in the cloud).
what I expect is:
1) being index.htm and the API in the same place, I can use the API
without CORS or other complex implementations. (I hope this is true,
correct me if I am wrong)
2) Easy to
update all files, except index.htm, without
updating the embedded device. And index.htm should be as basic as
possible so that it will not impact on the upgrades
I know that loading libs and scripts can be easely loaded with an
fqdn, but what about the other html files?
Please,
point me in the direction to go. Is there an
easy way of doing it?
PS: I have only taken a few one-night courses about Angular and
built an application in each of them (hands on). But my knowledge of
Angular is still basic...
Thanks very much for any clue :)
--
Alain Mouette
=== Projetos especiais: <http://lnkd.in/dEu8cNq> ===