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)
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
Effect of ngIf on ngAterViewInit
I am emitting an event in ngAfterViewInit lifecycle hook, and listening to that event in another component using ComponentRef. It works well until I use ngIf on the parent component.
So, what is this ...
Tanishka Bansal
Votes: 0
Answers: 1