Last updated
Last updated
iif(condition: () => boolean, trueResult: SubscribableOrPromise = EMPTY, falseResult: SubscribableOrPromise = EMPTY): Observable
Example 1: simple iif
( )
Example 2: iif with mouse moves
Example 3: iif with default
( )
( )
📰 - Official docs
📁 Source Code: