You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(material/autocomplete): declare injected properties as nullable (#26009)
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`.
0 commit comments