Skip to content

Angular Application Architectures

Pritesh Patel edited this page Mar 4, 2019 · 2 revisions

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

Clone this wiki locally