(
controls: {[key: string]: AbstractControl<any>},
name: string | number | symbol,
)
| 1809 | } |
| 1810 | |
| 1811 | export function hasOwnControl( |
| 1812 | controls: {[key: string]: AbstractControl<any>}, |
| 1813 | name: string | number | symbol, |
| 1814 | ): boolean { |
| 1815 | return Object.hasOwn(controls, name); |
| 1816 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…