In the month of April 2019, I got the opportunity to speak at the annual conference of CSharp Corner. CSharp Corner is the worldwide community of software professionals and developers located in the USA. The conference included talks on diverse technologies such as .NET, BlockChain, Docker, Angular et cet era. With Angular being one of the… Continue reading CSharp Corner Conference 2019
Category: #angular
IWD 2019â-âGDGÂ Makurdi
In the March of 2019, Pius contacted me to share my knowledge about the basic concepts of Angular with the audience of Makurdi, Nigeria. It was organised as a celebration of International Womenâs Day 2019. On the 31st of March 2019, I joined the audience in Makurdi via a Hangout session and discussed the topics… Continue reading IWD 2019â-âGDGÂ Makurdi
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!
First Routing application? Check these essential routing configs!
Hello there! Planning to start your first ever Angular application based on routing? Here are some of the most important configurations that you need to make in your project before starting with routing. Starting off with the list of files required to work with when creating routes inside an Angular application, index.html is the first file… Continue reading First Routing application? Check these essential routing configs!
ng-India Conference 2019
Organised on February 23, 2019 in Gurgaon, India, ngIndiarightly proved its stature as the largest Angular conference of India. Starting from the love of the audience to the super informative sessions from all the speakers, the one-day conference did great justice to the community with people coming in from so many different cities/countries like Chennai, Ludhiana,… Continue reading ng-India Conference 2019
Faking a back-end server in Angular
In this blog post, we will see how to work with data without using a real server. This means without having to use a server where the data resides or without having to working with $http services or requesting APIs, we can use the data and perform CRUD operations with that. Wait, what is CRUD… Continue reading Faking a back-end server in Angular
Pre-requisites for my talk at #ngIndia
Hello lovely people! With just 13 days left for the Angular conference of Indiaâââ#ngIndia, here I have put down some of the must-knows before you come to attend my talk on the topic âHostBinding() & HostListener()â in Angular. ngIndia is happening on February 23, 2019 in Fortuna Excalibur, Gurgaon, India. Check the conference website ng-ind.comfor details. When you look… Continue reading Pre-requisites for my talk at #ngIndia
Change CSS of PC on button click in CC?
To start with this blog post, let me put focus on some of the terminologies that I have used in the title of it. So, the agenda is to change the CSS of our Parent Component with the help of a button inside our child component. For those who are totally new to Angular, CSS… Continue reading Change CSS of PC on button click in CC?