PreviousNext

Using Angular.js with Bower and Require.js in Visual Studio

by bill-s, 2015-11-07T09:55:35.000Z

Modern client-side application development demands modularity. Client-side modularity is required to achieve separation of logic from the UI. To implement this modularity, we usually use an MVC or MVVM framework to manage separate layers (in separate JavaScript files) for Models, Controllers, Modules, Services etc. AngularJS is a great framework for implementing client-side modularity with MVC support.

Read More