How do I make eslint/TypeScript infer an Angular signal value for an if clause?
I am trying to use a signal value that can be undefined
, but I am stumped on how to tell the linter that the value is defined after I check that it actually is defined.