• Home
  • Technology
  • Services
  • About us
    • Why us
    • Satisfaction Guarantee
  • Blog
  • Contact Us
  • Home
  • Technology
  • Services
  • About us
    • Why us
    • Satisfaction Guarantee
  • Blog
  • Contact Us
Search
Archives
  • April 2022
  • June 2021
  • January 2021
  • May 2019
  • January 2018
  • July 2016
  • September 2015
  • May 2015
  • February 2015
Recent Posts
  • Which Internet of Things(IoT) protocols to choose?
  • Overview of Docker
  • What is MEAN stack and why is it popular?
  • Overview of Vue.js
  • Pros and Cons of ionic 2, react native, and nativescript
Recent Comments
  • http://canadianorderpharmacy.com/ on Overview of Vue.js
  • gamefly free trial on MEAN stack
  • minecraft on MEAN stack
  • minecraft on MEAN stack
  • minecraft on MEAN stack
Categories
  • Blog
  • Uncategorized
Meta
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Recent Posts
  • Which Internet of Things(IoT) protocols to choose? April 21, 2022
  • Overview of Docker June 6, 2021
  • What is MEAN stack and why is it popular? January 26, 2021

5 Awesome AngularJS Features

  • Posted by deploy
  • On May 26, 2015
  • 2 Comments

Feature 1: Two Way Data-Binding
Data-binding is probably the coolest and most useful feature in AngularJS. It will save you from writing a considerable amount of boilerplate code. A typical web application may contain up to 80% of its code base, dedicated to traversing, manipulating, and listening to the DOM. Data-binding makes this code disappear, so you can focus on your application.

Feature 2: Templates
In AngularJS, a template is just plain-old-HTML. The HTML vocabulary is extended, to contain instructions on how the model should be projected into the view.
It’s important to realize that at no point does AngularJS manipulate the template as strings. It’s all the browser DOM.

Feature 3: MVC
AngularJS incorporates the basic principles behind the original MVC software design pattern into how it builds client-side web applications. The MVC or Model-View-Controller pattern means a lot of different things to different people. AngularJS does not implement MVC in the traditional sense, but rather something closer to MVVM (Model-View-ViewModel).

Feature 4: Dependency Injection
AngularJS has a built-in dependency injection subsystem that helps the developer by making the application easier to develop, understand, and test. Dependency Injection (DI) allows you to ask for your dependencies, rather than having to go look for them or make them yourself. Think of it as a way of saying “Hey I need X’, and the DI is responsible for creating and providing it for you.

Feature 5: Directives
Directives can be used to create custom HTML tags that serve as new, custom widgets. They can also be used to “decorate” elements with behavior and manipulate DOM attributes in interesting ways.
Source of the materials: code.tutsplus

 2

2 Comments

Williamrano
  • Jun 18 2015
  • Reply
Hi there, the whole thing is going perfectly here and ofcourse every one is sharing information, that’s actually good, keep up writing. Legendario.
    deploy
    • Sep 16 2015
    • Reply
    Thank you Legendario. Welcome to visit our website anytime. :)

Leave Reply Cancel reply

Your email address will not be published. Required fields are marked *

White House unveils computer science school initiative

MEAN stack

Scroll
SCRUM24
Career
About us
Satisfaction Guarantee
Blog
Contact us
Follow Us
Copy Right @2020 Scrum24.com. All Rights Reserved