My company develops project management application and we are integrating our software into Microsoft Dynamics 365. Since our application is SPA developed with Angularjs we are thinking using web resources(html page) and plugin them into each pages. I have been doing some researched but there are some stuff I am not sure about.
1. Since each web resources(html) are html pages if we want to use angularjs do we need to load angular libraries a few times if you have multiple components in a page since each web resources are in the iframe?
2. If I understand correct all the entities give rest api(Web API) so data can be displayed in the web resource(html). Is there any way create custom rest api so for some data I can join entities on the server side?
3. Since the web resource(html) will be embeded into a iframe I think I can just add my whole application into a simple web resource(html) so I can save a lot of development time or is there any limitation on number of ajax call from one component?
Thanks in advance.
*This post is locked for comments
I have the same question (0)