In this article we discuss how to create forms using [formGroup] directive. We need to first import “ReactiveFormsModule” from ‘@ang...
Router animation in angular
In this article we discuss how to set-up animation for between two routes. For routing animation we need to implemnt implement in compoent using funct...
Setup Firebase in angular application
First, we need to create an account of firebase for angular application. You need to go to the firebase.google.com URL and creating an account. After ...
Meta tags in Angular
In this article we discuss how to set the HTML meta tags in our angular apps. To set meta tags we need to import service @angular/platform-brow...
Sharing data between component in Angular
In angular when we need to transmit data from the child component to parent component we can use two methode to transmit. 1) Sharing Data using EventE...