Posts by Renan21_ • 21 points
2 posts
-
1
votes1
answer61
viewsA: How to update the on-screen data in Angular?
I managed to solve my problem! In the "detailed" component I removed the ngOnInit() method and put the http request in the constructor, making the request whenever the "Router" detects any change in…
-
0
votes1
answer61
viewsQ: How to update the on-screen data in Angular?
Hello, Everybody! I am working with a web system in Angular, which has a search bar in the header. Seen this, when the search button is clicked calls the following function: onSearch(){…