Angular Js

AngularJS CRUD Operations: A Comprehensive Tutorial with Web API
In this article, I will demonstrate about Angular JS CRUD operations example with Web API. Web API will be used as a service to get the data from database and...

Getting Started with Angular JS and MVC: A Basic Example
Angular JS is a JavaScript framework to create SPA (Single Page Application). It is a client side MV* (MVC+MVVM=MV*) framework. Angular JS extends HTML by providing Directives that add functionality...

How to Load Images with Angular JS Custom Directive and Web API in Highcharts
This article will demonstrate how to show loading message or any spinner image when your chart is being loaded or the drill-down chart is being loaded, using Highcharts Library in...

Implementing Highcharts Visualization with Angular JS Custom Directive and Web API
We already know that DotNet Highcharts library is a client-side library for charting and we can create very clean and flexible charts with minimum configuration. Using Highcharts, we can create...

Secure Your Angular JS Web API with Token Based Authentication
In my previous article, I explained how to implement Token Based Authentication in Web API. This article will demonstrate how to implement Token Based Authentication in AngularJS application. Token Based...

Step-by-Step Guide to Highcharts Drilldown Chart Functionality in Angular JS and aspnet Web API
This article will demonstrate how to create 'Add drilldown' (basically it is called nested charts) functionality using Highcharts Library in Angular JS with Web API. This is the second part...

Top AngularJS Interview Questions and Answers
AngularJS Interview Questions And Answers 1. What is difference between config() and run() method in AngularJS? Ans: http://firstcrazydeveloper.com/Blogs/BlogView.html/46/importance-of-config-and-run-blocks-in-angularjs 2. Mastering the Scope of the Directives in AngularJS Ans. https://www.undefinednull.com/2014/02/11/mastering-the-scope-of-a-directive-in-angularjs/ 3....

Why AngularJS is the Perfect Framework for Web Development
AngularJs is a client side javascript framework which is based on MVC framework to create Single Page Application [SPA]. It is open source and created by Google. It is fully...