About the authorauthor

Santosh Yadav

Santosh is a GDE for Angular, he is an open-source contributor for Angular, NgRx, and Writer at AngularInDepth and DotNetTricks.

motivationpost
2 September 202013 min read
My journey into Tech

Last week I tweeted on Twitter how I am moving from a Slum where I lived for 29 years to a multi-story apartment on rent. The tech community on Twitter responded with nothing but the love. Dan Wahlin posted that he would love to hear more about my story.

motivationpost
2 September 202013 min read
My journey into Tech

Last week I tweeted on Twitter how I am moving from a Slum where I lived for 29 years to a multi-story apartment on rent. The tech community on Twitter responded with nothing but the love. Dan Wahlin posted that he would love to hear more about my story.

Read more
motivationpostMy journey into Tech

2 September 2020

13 min read

Last week I tweeted on Twitter how I am moving from a Slum where I lived for 29 years to a multi-story apartment on rent. The tech community on Twitter responded with nothing but the love. Dan Wahlin posted that he would love to hear more about my story.

Read more
Angularpost
3 August 20206 min read
Angular 10 - Towards the Better future for Angular

Angular 10 is released, many developers sent me messages asking we cannot see any features, yes there was no big feature, but sometimes you need to take some time to prepare for a better future, and this is what Angular 10 release was all about.

Angularpost
29 June 20204 min read
Improved Error Logging by the Angular AOT Compiler

For the years, one of the biggest pain in Angular was to debug, because of the error message, there was no clear stack trace where the actual error is. Ivy improved it a lot, because of the locality principle, and gives us the line number too.

Angularpost
27 March 20207 min read
Stop Using Shared Material Module

This article describes an experiment that shows why using the SharedMaterial module in all Angular modules is a bad idea that leads to an increased bundle size.

Angularpost
24 October 20195 min read
Angular Tools You Should be Aware Of

As an Angular Developer, we often focus on using the overall framework. This isn’t wrong since Angular was designed to have a uniform method of building great applications. But let's see the Angular tools you should be aware of.

Angularpost
24 October 20195 min read
Angular Tools You Should be Aware Of

As an Angular Developer, we often focus on using the overall framework. This isn’t wrong since Angular was designed to have a uniform method of building great applications. But let's see the Angular tools you should be aware of.

Read more
AngularpostAngular Tools You Should be Aware Of

24 October 2019

5 min read

As an Angular Developer, we often focus on using the overall framework. This isn’t wrong since Angular was designed to have a uniform method of building great applications. But let's see the Angular tools you should be aware of.

Read more
Angularpost
3 October 20192 min read
Overriding Angular Schematics

Last week I was working on an Angular Library, and in all the components we wanted to have encapsulation set to None and changeDetection to OnPush. We also wanted to add all components and directives to exports. Let's see how we can achieve this without writing any code.

Angularpost
3 October 20192 min read
Overriding Angular Schematics

Last week I was working on an Angular Library, and in all the components we wanted to have encapsulation set to None and changeDetection to OnPush. We also wanted to add all components and directives to exports. Let's see how we can achieve this without writing any code.

Read more
AngularpostOverriding Angular Schematics

3 October 2019

2 min read

Last week I was working on an Angular Library, and in all the components we wanted to have encapsulation set to None and changeDetection to OnPush. We also wanted to add all components and directives to exports. Let's see how we can achieve this without writing any code.

Read more
angular8post
10 September 20192 min read
What’s new After Angular 8

We got many new features with the release of Angular 8, Angular 9 will be released around November 2019. There are a lot of interesting things happening after Angular 8 was released in May, we have Ivy as default, ng deploy is officially support by CLI and many more.

angular8post
10 September 20192 min read
What’s new After Angular 8

We got many new features with the release of Angular 8, Angular 9 will be released around November 2019. There are a lot of interesting things happening after Angular 8 was released in May, we have Ivy as default, ng deploy is officially support by CLI and many more.

Read more
angular8postWhat’s new After Angular 8

10 September 2019

2 min read

We got many new features with the release of Angular 8, Angular 9 will be released around November 2019. There are a lot of interesting things happening after Angular 8 was released in May, we have Ivy as default, ng deploy is officially support by CLI and many more.

Read more
Angularpost
7 August 20195 min read
Angular CLI Builders

Builders API is released with Angular 8, and it offers a functionality where you can override commands as ng build,ng test and ng lint . Not to be confused with Angular Schematics here, by using which you can add your own commands for ng generate commands or provide support for ng add .

Angularpost
7 August 20195 min read
Angular CLI Builders

Builders API is released with Angular 8, and it offers a functionality where you can override commands as ng build,ng test and ng lint . Not to be confused with Angular Schematics here, by using which you can add your own commands for ng generate commands or provide support for ng add .

Read more
AngularpostAngular CLI Builders

7 August 2019

5 min read

Builders API is released with Angular 8, and it offers a functionality where you can override commands as ng build,ng test and ng lint . Not to be confused with Angular Schematics here, by using which you can add your own commands for ng generate commands or provide support for ng add .

Read more
Angularpost
21 May 20198 min read
Brace yourself. Angular 8 is coming

In this blog, let’s see what we should expect from the Angular 8 release. This post will cover some hot topics covered at ngConf and Google I/O 2019. So if you missed both events, do readon to have an idea what features your favorite framework is going to offer you.

Angularpost
21 May 20198 min read
Brace yourself. Angular 8 is coming

In this blog, let’s see what we should expect from the Angular 8 release. This post will cover some hot topics covered at ngConf and Google I/O 2019. So if you missed both events, do readon to have an idea what features your favorite framework is going to offer you.

Read more
AngularpostBrace yourself. Angular 8 is coming

21 May 2019

8 min read

In this blog, let’s see what we should expect from the Angular 8 release. This post will cover some hot topics covered at ngConf and Google I/O 2019. So if you missed both events, do readon to have an idea what features your favorite framework is going to offer you.

Read more