Ayush ThakurDynamic/Manual lazy loading in AngularLazy Loading as a concept simply means to load resources when it is required. This can speed up the initial load time of our application…Jul 10, 20221Jul 10, 20221
Ayush ThakurCreating custom HTML Elements with NgRx FormsThis article will help you create custom form components in Angular that work in sync with NgRx form controls. The most common example can…May 15, 2022May 15, 2022
Ayush ThakurinAWS TipGeneric Angular directive to handle single and double clicks on the same elementHTML has a special event to handle double clicks which is: ‘dblclick’. The scenario becomes a little complicated though, when we need to…Apr 19, 2022Apr 19, 2022
Ayush ThakurinAWS TipDynamic routing on module load of an Angular ApplicationIn this article we will take simple scenario to learn more about routing, dependency injection, making use of useFactory for providing…Feb 2, 20223Feb 2, 20223
Ayush ThakurinAWS TipTree Shakable Services and Lightweight Injection Tokens for optimizing Angular appsIn this article we will discuss the concept of tree shaking and how angular handles tree shaking in general and specifically for services…Jan 30, 2022Jan 30, 2022
Ayush ThakurinAWS TipAngular Caching using RxJSThere are various ways in angular to increase the web application performance like lazy loading, tree shaking, compression etc. One of the…Jan 26, 2022Jan 26, 2022
Ayush ThakurinAWS TipCreating custom validators with NgRx FormsThis article will help you to create and use custom validators when working with NgRx Forms. There is little documentation and very few…Jan 22, 2022Jan 22, 2022
Ayush ThakurinAWS TipUsing Firebase with Angular Applications — Beginners GuideThis article will help you setup a firebase real-time datastore which is a NoSQL database that Firebase provides as a service. This is…Dec 22, 2021Dec 22, 2021
Ayush ThakurSimplest way to deploy angular application on HerokuThis article will help you deploy your angular application on Heroku without any charges. The process is pretty simple and with just…Dec 9, 2021Dec 9, 2021
Ayush ThakurModule Federation Angular 12 — Beginners Guide with exampleThis guide will help you create a simple angular application that is able to include modules from other angular application aka…Oct 8, 20215Oct 8, 20215