Relative Content

Tag Archive for angularsignals

Angular 17.3 input signal returning value, not function

Updating an Angular app with the new input signal; changes so far have behaved as documented; declared:
imageID = input<number>()
however in one component, the signal variable is returning the value, not the function, e.g.: