Ever since updating my Angular app to version 15, I've been noticing some warnings popping up in both the terminal and Chrome DevTools. Is there a way to turn off or disable these warnings?
I keep seeing this warning message about the optional chain operation not including 'null' or 'undefined'. Can I replace the '?.' operator with '.' instead? (ngtsc -998107)