This is another smart-table tutorial, that has server-side pagination using angular 1.4. I am using a dummy rest API that needs one parameter which is page number, You can implement it with any data type source. I have already shared a tutorial of AngularJS Smart Table Listing with Demos and AngularJS Smart Table with Add, Edit and Delete Records.
Read MoreCategory: Angular

WebSocket Integration With Angularjs
This is another example of WebSocket integration with angularjs. I am taking an angular front-end framework for the WebSocket client application. Earlier I shared a Simple Websocket Example with Nodejs tutorial.
Read More
How to Use LocalStorage and SessionStorage In Angular 8
This tutorial help to create a simple angular 4 application with localstorage. This application will use webstorage service plugin to store variable data in the browser, which can use HTML 5 local storage, Session storage, or In-memory mechanism to store data.
Read More
Simple Example of Angularjs $interval and $timeout
This is a simple angular application to understand $interval and $timeout with angular 1.4. The $interval
and $timeout
is angular wrapper of setTimeout
and setInterval
JavaScript function.

Example of Angular 8/9 Pagination Using ngx-pagination
This tutorial help to implement Angular 4 pagination into HTML table using ngx-pagination.I will demonstrate how to implement HTML listing with pagination using Angular 2 and angular 4. I will use HTTP rest call to get data from the server in JSON format and display in HTML.
Read More