Tuesday, October 22, 2013

Angular JS

ANGULAR JS


  • It is a very good and fully-featured SPA framework.
  • Cool separation of code that I’ll show you and data binding
  • AngularJS is one core library.
  • We have Model-View-Controller concept
  • We have two-way data binding.
  • Built-in routing support
  • If you want to use more advanced stuff you can even use jQuery and they play really nice together: Angular and jQuery.
  • When it comes to data binding we have full support for templates. History’s built in. We can share
  • code through factories and services and other things.
  • We have the concept of data-binding with View Models.

  • Developed by google.
  • Supports static and angular templates
  • Can add custom directives
  • Support RESTful webservices
  • Predefined form validations
  • Supports both client server communication
  • Supports dependency injection
  • Supports animations
  • Event Handlers

key features:

  • scope
  • model
  • view
  • controller
  • service
  • directives
  • filters
  • data binding
  • Routes
  • Factories

Ref:AngularJsPDF


No comments:

Security Certificates

  1. Cryptography Basics Understand Key Concepts : Encryption, decryption, hashing, and digital signatures. Key terms: confidentiality, inte...