Javascript – @Input() not rendering/receiving the most recent passed value
I am developing an angular application, where I am trying to pass a value from a parent component to a child component using the @Input() decorator. however, the value still renders the old/initial value from the child component and not…