-
Notifications
You must be signed in to change notification settings - Fork 1
Angular Application Architectures
Pritesh Patel edited this page Mar 4, 2019
·
2 revisions
- Create an AngularJS/Angular application
- Define services/gateways that call out to HTTP APIs to retrieve data from web services
- Create an ASP.NET MVC application
- Serialise the view-model and pass to the Angular controller's init() method to initialise the Angular controller's data
- Continue to all consume services/gateways that call out to HTTP APIs to retrieve data from web services