• Instructions for installing AngularJS

    Instructions for installing AngularJS
    in this chapter, i will show you how to install the angularjs library to be used in web application development. we will introduce about the structure of the ink and its contents.
  • MVC structure in AngularJS

    MVC structure in AngularJS
    model view controller or mvc is a popular call, a software design model for web-based applications.
  • View components in AngularJS

    View components in AngularJS
    angularjs supports single page application through multiple views on a single page. to do this, angularjs provides ng-view and ng-template directive and $ routeprovider service.