We can access Asp.Net Web API methods in an Angular 4 application. Angular 4.3 introduced a new module called the HttpClientModule, which includes HttpClient service that would help initiate HTTP requ ...
Yesterday, I have shared an article with example explaining how to read data from Excel in AngularJS. Using a similar method, I’ll show you how to populate the AngularJS UI-Grid with Excel data using ...
Here I am with another interesting and useful AngularJS example. If integrating Excel data to your AngularJS app is what you are looking, then this is it. I am sharing a simple example here in this po ...
I am sharing a simple Angular 4 animation example showing how to change the color of a circle animatedly with every click. ...
Filtering is an important feature in any data grid, since you will be dealing to hundreds on rows. AngularJS UI-Grid provides simple methods to filter rows. You can easily add filters to all columns ...
The AngularJS UI-Grid provides simple, easy to use features to make the grid cells editable. You can choose which columns of the UI Grid should be editable and which are not editable, or add a ...
You can create beautiful interactive charts in AngularJS using Chart.js library and dynamic data. I have previously shared a post on creating charts in AngularJS with dynamic data using Web API ...
Pagination is a very important feature in any Data Grid. You can have thousand of rows of data and its not possible to show every piece of information in a single page. AngularJS UI-Grid provides pagi ...
Using data in JSON format is very common in web applications and its widely used in AngularJS applications too. Here I am sharing a small example on how to parse or read JSON data from external ...
The UI Grid in AngularJS is an upgraded version of ng-grid. Unlike the ng-grid (which used jQuery), the UI-Grid is purely built on AngularJS library and supports all core grid features such as ...