Angular JS Tutorials

Angular JS Framework Tutorials

Showing posts with label Angular JS. Show all posts
Showing posts with label Angular JS. Show all posts

Monday, June 6, 2016

What is AngularJS

11:09 PM

  • AngularJS is a Powerful single page application Front end framework
  • AngularJS is a JavaScript Framework. It is a library written in JavaScript
  • AngularJS code we write by using the <script> Tag.
  • AngularJS extends HTML Attributes with Directives,  and Binds Data to HTML with Expressions.
AngularJS is a distributed JavaScript library, It is distributed as a JavaScript file.

It can be easily added to a webpage with a script tag.

<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.9/angular.min.js"></script>