Posts
All the articles I've posted.
How to inject optional dependencies in Angular like a pro
Posted on:August 16, 2017 at 01:17 AMUsually when I create components in Angular, I need to provide a way to customize how Angular's logic will work.
Angular + FlexLayout
Posted on:August 13, 2017 at 07:02 PMCurrently, in the projects I'm working on, we use the Angular2+ framework as the base technology for the Frontend, so we save a lot of time that could be spent building a whole setup for the projects.
How to implement your own two way data binding
Posted on:December 23, 2016 at 04:36 PMTwo Way Data Binding might seem a little confusing at first, for those who are used to the way Vanilla or JQuery takes data from Javascript to DOM and from DOM to Javascript.