components
components copied to clipboard
refactor(material/autocomplete): declare injected properties as nullable
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.