Angular Application Architectures - p-patel/software-engineer-knowledge-base GitHub Wiki

AngularJS / Angular SPA

  • Create an AngularJS/Angular application
  • Define services/gateways that call out to HTTP APIs to retrieve data from web services

Hybrid ASP.NET MVC & AngularJS/Angular

  • 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