AngularJs Components
Hi all, AngularJs is a Javascript Framework. Its same as javascript, extends HTML with ng-directives. It can be added to an HTML page with a <script> tag.AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions. <script src=“http://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js”></script> this jquery file helps for running angularjs file … AngularJS directives allow the developer to specify… Read More »