I have to develop a microservice based asp.net web application using angularjs as client side framework. Instead of having monolithic UI application I have to decompose the UI into separate applications (similar to microservices at backend). Could you please help me with some pointers or sample code for angularjs based UI decomposition. Based on my understanding so far -each section of the UI would be a UI microservice response. I am not able to grasp how to implement this feature. I created a SPA (assume this is service response) and another web application makes jquery call to load the SPA in one of it's DIV. is this correct approach (I am facing issues when try to load more than one application). If I want to load only one component ex. header (i.e. microservice should return me only component) how can I achieve this. Could you please provide me any pointers or sample code.
-- You received this message because you are subscribed to the Google Groups "Angular" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
