Angular Material Progress Bar The <mat-progress-bar> is a horizontal progress-bar used for indicating the progress and activity. Progress Bar Modes It supports…
angular
-
-
Angular Material Fab-Toolbar <Md-fab-toolbar> is an Angular directive which contains headers, titles, or functions. It is used to show the elements or…
-
Angular Material- Buttons Angular directing <mat-button> is used to create a button with content styling and animations. Angular content buttons are native…
-
Angular 7 Project Setup (Create first app) Following are the Angular CLI commands to create the first Angular app. npm install -g…
-
How to install Angular 7? Angular 7 Environment Setup In this page, you will see how you can install the prerequisites needed…
-
Angular Material Divider/ Content <Mat-divider> is an Angular Material directive that allows us for styling a line separator’s contents with different orientation…
-
Angular Material Ripples We can connect user input to screen reactions by using ripples to indicate the point of touch and confirm…
-
Angular vs React Angular and React both are related to JavaScript but there are a lot of differences between them. Here, we…
-
Angular Material Stepper Angular content stepper provides a wizard-like workflow by dividing the content into logical steps. The material stepper is responsible…
-
Data Flow in Angular Forms When you create Angular forms, it is important to know how the framework handles the data flow.…