stateChange property

  1. @Output()
Stream<CalendarState?> get stateChange

Fired when the calendar state changes -- e.g. when the user starts dragging the selected date range.

Implementation

@Output()
Stream<CalendarState?> get stateChange => _model.stream;