Angular Material Tutorial Angular Material is a UI library component developed by Google in 2014. It is specially designed for AngularJS developers.…
angular material
-
-
Angular Material Contact Chips The Angular Directive md-contact-chips, is an input control that is built on MD-chips and uses the md-auto-complete element.…
-
Angular Material- Datepicker The datepicker allows the users to enter a date by text input or choose a date from calendar. It…
-
Angular Material Select <mat-select> is a form control used for selecting a value from a set of options. It is same as…
-
Angular Material Dialog The MatDialog service is used to open dialogs with content design, styling, and animations. MatDialogRef provides a handle to…
-
Angular Material Slider The <mat-slider> is an Angular Directive used as the enhanced range selector with material styling and animation capabilities. The…
-
Angular Material Snackbar The <MatSnackBar> is an Angular Directive used to show a notification bar to show on mobile devices as the…
-
Angular Material Expansion Panel <mat-expansion-panel> provides an expandable summary view. The <mat-expansion-panel>, an Angular Directive, is used to create an expandable detail…
-
Angular Material Sort Header The <mat-sort-header> is used to add sorting state and display the data in tabular data. Adding sort to…
-
Angular Material Stepper Angular content stepper provides a wizard-like workflow by dividing the content into logical steps. The material stepper is responsible…