Things To Know About Angular JS

Angular JS

What is Angular JS

· Angular JS is very powerful client side , Super Heroic JavaScript Framework web development service.

· Angular JS is developed and maintained by Google

· It is used in single page Application Projects

· It separates DOM manipulation from application logic

· It provides separation of concerns by using MVC design pattern

Angular JS Architecture

· Module : A module is a collection of services, directives, controllers, filters, and configuration information. It acts as a container

· Config : A module is a collection of configuration and run blocks which get applied to the application during the bootstrap process

· Routes: Routes enable you to create different URL’s for different content in your Application

· $scope : It acts as a glue between view and the controller to bind the data

· Views : The views are used to load the Templates of the current route

· Directives : The Directives are extended HTML attributes with the prefix ng-

· Controller : The Controller is an interface between the view and the model

· Factory service : They can be injected into controllers, views and Directives

For services like mobile application development please visit us.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s