Posts by Luis Paulo • 23 points
1 post
-
2
votes2
answers739
viewsQ: How to ensure that a ngOnInit-dependent function is executed after it?
I have a class that when booting retrieves data from a service and popular one of its attributes, which is a array. This class has a function that sorts this array, filter and return the result.…