Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 644 Bytes

File metadata and controls

23 lines (12 loc) · 644 Bytes

{% if book.isPdf %}

controlled

{% else %}

{% endif %}

Attaches a controller to the observable sequence with the ability to queue.

Arguments

  1. [enableQueue] (Boolean): Whether to enable queueing. If not specified, defaults to true.

Returns

(Observable): An observable sequence which can be used to request values from the sequence.

Example