What is AngularJS?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by John Miller

    AngularJs or Angular 1.x is front-end written in Javascript. It is based on MVC design Pattern and developed by Google. Angular js is one favorite framework among web developers. You can use AngularJs for creating single-page applications (SPA), admin panels and desktop-like web applications.

Related Questions

Please Login or Register to leave a response.

Related Questions

AngularJS Basic Interview Questions

What are angular directives?

Angular directives are the attributes which are decorated on the html tags or elements of an html page. Directives have ..

AngularJS Basic Interview Questions

What are custom directives?

Angular provides the ability to create our own directives to implement our own custom templates or logic in our web appl..

AngularJS Basic Interview Questions

What is the use of restrict and template property when creating custom directives?

Custom directives gives us the ability to create our own directives. Its restriction property helps us to enforce the de..