Angular - Signals
You want to create a component that receives a reactive input signal
userName and also maintains a local model signal greeting that updates automatically when userName changes. Which approach correctly implements this behavior?