python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
ngOnChanges only works when it's not the same value
So basically I have a modal component with an input field that tells it which modal should be opened (coz I didn't want to make a component for each modal):
@Input() type!:string
ngOnChanges(changes...
santocielo99
Votes: 0
Answers: 2
Angular @Input value not changing when changed from Parent Component
I have added same child component three times in a single parent component
And below is the change function called on one of the children's components to change the selectedName in other two child co...

RS Roshi
Votes: 0
Answers: 1
How to use any type of property in a component on ngOnchanges
How to use any type of property in a component on ngOnchanges without @input property.
I can not use Rxjs for this situation. It is not a child component so i have no @input property.
Please see the f...
Habib01
Votes: 0
Answers: 0