Its never too late

The great aim of knowledge of education is not knowledge but action

Insights into Angular ng-template, ngTemplateOutlet

Angular uses ng-template, ng-content extensively. It becomes sometimes confusing how to use this concepts and more importantly when to use it. We will see a use case where ng-template powers us to reuse a card component inside a carousel and a grid view.

Guidelines for handling i18n in Angular

This post contains a set of statements on how to tag particular element with i18n and cases developer needs to consider while coding.

Angular Browser Module

Why you should import BrowserModule carefully in your application.

Wrote my first babel plugin!( Its Simple )

I wrote my first babel plugin which reduces the size of the web app my removing class methods and jsx elements. The motivation is to remove class methods which are not executed when app is viewed in mobile view.