Angular Material – Widgets Angular Material provides a library of UI widgets. With the help of this library users to have advanced…
angular
-
-
Angular Material Chips The md-chips is an angular directive used as a special component called a chip. It is used to represent…
-
Angular Material Radio Button The <mat-radiobutton> is used for <input type=”radio”> for enhance the material design-based styling. It provides the same functionality…
-
Angular Material Tutorial Angular Material is a UI library component developed by Google in 2014. It is specially designed for AngularJS developers.…
-
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…
-
Template-driven Forms Template-driven forms can be used for many applications i.e. log in, submit a request, place an order, data entry etc.…
-
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…