getControl method

  1. @override
Control? getControl(
  1. NgControl dir
)
inherited

Look up the Control associated with a particular NgControl.

Implementation

@override
Control? getControl(NgControl dir) => form?.findPath(dir.path) as Control?;