Search This Blog

Wednesday, October 14, 2015

What is a Angular

AngularJS is a very powerful JavaScript library

    1. AngularJS extends HTML with new attributes.

   2. AngularJS is perfect for Single Page Applications (SPAs).

   3.AngularJS provides developers options to write client side applications


Model View Whatever − MVC is a design pattern for dividing an application into different parts (called Model, View and Controller), each with distinct responsibilities. AngularJS does not implement MVC in the traditional sense, but rather something closer to MVVM (Model-View-ViewModel). The Angular JS team refers it humorously as Model View Whatever.

    1. MVC Framework

               Model - How the application behaves the data.

               View - whatever Visible to user

               Controller - the coding which is act between  model and View


Disadvantages of AngularJS

Though AngularJS comes with lots of plus points but same time we should consider the following points −
  • Not Secure − Being JavaScript only framework, application written in AngularJS are not safe. Server side authentication and authorization is must to keep an application secure.
  • Not degradable − If your application user disables JavaScript then user will just see the basic page and nothing more

No comments:

Post a Comment

Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...