I’m trying to use new signal input feature, but I get that error when I try to import the input from @angular/core.
TS2552: Cannot find name 'input'. Did you mean 'Input'?
I have the newest version of angular. Other signals features like effect does import correctly.
What might be the issue?
Tried to import input from @angular/core but it does not find that module.
New contributor
Tomasz Tomjech is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.