Angular

Introduction to Angular Modules or ngModule

The building blocks of Angular Applications consists of Components, Templates, Directives, Pipes, and Services. We build a lot of such blocks to create the complete application. As the application grows bigger in size managing these blocks become difficult. The Angular Provides a nice way organize these blocks in a simple and effectively using Angular modules (Also known as ngModules).

Introduction to Angular Modules or ngModule Read More »

Angular CLI Tutorial

The Angular CLI is a command line interface for Angular developed by Angular Team. This tool helps us quickly get started with the creating the Angular Application. In this tutorial, we will learn how to create the Angular app using the ng new. How to add the module using ng generate module and how to add the component, directive & pipes using ng generate component, ng generate directive & ng generate pipe etc.

Angular CLI Tutorial Read More »

Scroll to Top