Angular - Signals
You want to create a computed signal that returns the full name by combining two signals:
firstName and lastName. Which code correctly updates the full name when either signal changes and avoids unnecessary recomputations?