Frontend Development ยท Angular
How would you answer an interview scenario involving signals and reactive state in Angular?
If a total price depends only on quantity and unit price signals, model it as computed rather than manually updating another signal whenever either input changes.