Posts by Cleriston Martins Cardoso • 107 points
3 posts
-
4
votes1
answer9398
viewsQ: Angular 6 ngFor
They can explain to me why the ngFor directive is triggering the "triggerTeste" function twice, and the array called "items" to which it is traversing only has stored 1 object type element.…
angularasked Cleriston Martins Cardoso 107 -
2
votes3
answers1106
viewsQ: Classes with associations in UML
I’m from the time of structured programming and now I’m returning and trying to fit in with OOP. I made a diagram below. I’m on the right track? I created this class Empresa thinking of not having…
-
3
votes2
answers113
viewsQ: Classes with inheritance and set method
I’m having a doubt, I’m developing a simple modeling with a superclass person and two other subclasses physical person and legal person. I’m confused about the SET method. I do not know if I should…