Things to Know About Angular JS
What is Angular JS
· Angular JS is very powerful client side , Super Heroic
JavaScript Framework
· Angular JS is developed and maintained by Google
· It is used in single page Application Projects like website development service
· 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 mobile application development please visit us.
Comments
Post a Comment