1.

What Is Angular Material Datepicker?

Answer»

md-datepicker, an Angular Directive, is an input control to select a date and supports ngMessages for input validation.

ATTRIBUTES

  1. * ng-model: The component's model. Expects a JavaScript Date object.
  2. ng-change: Expression EVALUATED when the model value changes.
  3. md-min-date: Expression representing a min date (inclusive).
  4. md-max-date: Expression representing a max date (inclusive).
  5. md-date-filter: Function EXPECTING a date and returning a boolean whether it can be selected or not.
  6. md-placeholder: The date input placeholder value.
  7. ng-disabled: Whether the datepicker is disabled.
  8. ng-REQUIRED: Whether a value is required for the datepicker.

md-datepicker, an Angular Directive, is an input control to select a date and supports ngMessages for input validation.

Attributes



Discussion

No Comment Found