Look up the ControlGroup
associated with a particular NgControlGroup
.
Source
ControlGroup getControlGroup(NgControlGroup dir) { return (form.find(dir.path) as ControlGroup); }
Look up the ControlGroup
associated with a particular NgControlGroup
.
ControlGroup getControlGroup(NgControlGroup dir) { return (form.find(dir.path) as ControlGroup); }