Translation for lazy load module in Angular 9 with NGX-Translate

Today I will show you guys how to integrate NGX-translatet to Angular 9 for lazy load module approach in Angular 9 To install package simply type this in console Next in our app.module.ts we need to register like this We need to setup like this to let NGX-Translate download the translation file when we bootstrap… Read More Translation for lazy load module in Angular 9 with NGX-Translate

How to Create a specific version of Angular Project using CLI

Today I’m gonna show you guys how to create angular version with specific version without touching the global angular/cli version It’s pretty simple just make sure you have LTS version of NodeJs because we are gonna need the NPX. If you havent update your NodeJs version head over to their website here Then run With… Read More How to Create a specific version of Angular Project using CLI