components icon indicating copy to clipboard operation
components copied to clipboard

refactor(material/autocomplete): declare injected properties as nullable

Open zarend opened this issue 3 years ago • 0 comments

In autocomplete-trigger.ts, add | null to the typing of optionally injected properties. This improves code health because the compiler can detect possible type errors with null.

zarend avatar Nov 17 '22 18:11 zarend