A directive that contains multiple NgControls.

Only used by the forms module.

Inheritance
Implemented by

Constructors

ControlContainer()

Properties

control → T

read-only
dirty → bool

read-only, inherited
errors → Map<String, dynamic>

read-only, inherited
formDirective Form

Get the form to which this container belongs.

read-only
hashCode → int

Get a hash code for this object.

read-only, inherited
name → String

read / write
path → List<String>

Get the path to this container.

read-only
pristine → bool

read-only, inherited
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
touched → bool

read-only, inherited
untouched → bool

read-only, inherited
valid → bool

read-only, inherited
value → dynamic

read-only, inherited

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.

inherited