How to test Pipes in Angular?
Angular Pipes is a smart way to write display-value transformations that can be easily declared in the HTML. In this post, I’ll tell you how to test Pipes in Angular....
...on a journey to become an outlier software engineer!
Angular Pipes is a smart way to write display-value transformations that can be easily declared in the HTML. In this post, I’ll tell you how to test Pipes in Angular....
There are many posts online with small examples to write components in Angular 2. These examples are good to understand how components work but to write real world applications, it...
I recently published a post that explains how to use Web Workers to speed-up your web applications and also about Dedicated Web Workers. In this post, I’ll explain how to use...
Nowadays, JavaScript is heavily used in web applications and slow or laggy applications are not liked by anyone. This user experience can be bad for business. In this post, I’ll...
Watch this video and learn how to debug TypeScript code in browser. The same can also be used for JavaScript code. Debugging is very essential part of development and often...
TypeScript is quite amazing and so is it’s compiler. There are many customisable options available with this compiler. In this post, I’ll explain you how to make most of compiler...
Watch & learn how to setup routing for feature or child module in Angular using TypeScript. This video will explain everything you need to know about routing for a feature...
Watch & learn how to setup routing for root module in Angular application using TypeScript. This video will explain everything you need to know about routing for root module in Angular....
Watch & learn how to create simple components in Angular using TypeScript. This video will explain everything you need to know about simple components in Angular. I’m using my Prodo...
Watch & learn how to setup root application component in Angular using TypeScript. This video will explain everything you need to know about the root application component in Angular. I’m using...