• Overview
@angular/forms/signals

orProperty

function

Creates an aggregate property that reduces its individual values by logically or-ing them.

API

function orProperty(): AggregateProperty<boolean, boolean>;

orProperty

AggregateProperty<boolean, boolean>

Creates an aggregate property that reduces its individual values by logically or-ing them.

@returnsAggregateProperty<boolean, boolean>
Jump to details