Month: March 2019
CRUD with Angular
In almost any application that we work with, the first important thing to do is to deal with data, loads and loads of data. And this data which resides on the server is dealt with by the use of HTTP operations. We perform HTTP GET and POST operations to work with that data. Now, in… Continue reading CRUD with Angular
Video: Talk at ngIndia
I delivered a talk in India’s Angular conference: ngIndia on the topic ‘HostBinding() and HostListener()’. Find the link to the video here: https://youtu.be/nRrbYGXE8xQ Also, to understand the topic better, refer to the pre-requisites article here:
Online/Offline? Check in a minute!
Here is a small and easy Angular application to check if you are connected to Internet or not! Here is a small and easy Angular application to check if you are connected to Internet or not! First thing you need to do is install a package called ng-connection-service in your angular application. Lets see how… Continue reading Online/Offline? Check in a minute!