Deploying your Angular app to IBM Cloud

I will be writing about how to deploy an angular application on to the public IBM cloud platform and be able to access the application. So, to put it briefly here about what this blog post will include, we will create an angular application using the CLI, make our application deploy-ready, build the application, create… Continue reading Deploying your Angular app to IBM Cloud

ng-Srilanka: Good to knows before attending my talk

Hey everyone! In around 10 days from today, I will be speaking at ng-Srilanka, the first ever Angular conference of SriLanka. I will be speaking on the topic “Creating Libraries in Angular” on 14th September, 2019, along with some other great speakers. The purpose of this blog post is to make sure you are well-versed… Continue reading ng-Srilanka: Good to knows before attending my talk

A book on Angular Routing?

When I started my journey of learning Angular, the concept that captured my interest totally was the routing and navigation techniques in the framework. First of all, my basic understanding of web apps was that there are multiple pages and clicking on one element on a page would link to the next page having a… Continue reading A book on Angular Routing?

Angular Library with ng-packagr

NOTE: The article is relevant to the earlier versions of Angular and with the version 7 and above, we can create a library in Angular using the command ng generate library <library-name> . For more on this, refer to the documentation here: https://next.angular.io/guide/creating-libraries When you have a small application with three or more components, and they… Continue reading Angular Library with ng-packagr

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