Posts by Lucas Lima • 1 point
3 posts
-
0
votes1
answer14
viewsA: Testing of a component function
I understood later how to do, I’m testing face parameter, if all the parameters are correct, soon the function will work
-
-2
votes1
answer14
viewsQ: Testing of a component function
I don’t understand how I could test this function of Component, I’ve tried some ways, but I really didn’t understand how to do Function in the Component: openModal(){ if(this.RecommendationCount…
-
0
votes0
answers19
viewsQ: How to manipulate an Event at the angle
I have this post code: postId(isSuccess:boolean = false){ let obj: any = {}; obj.card_reward = this.idCard; return this.http.post(`${this.PATH_REWARD}`, obj).subscribe( success => {if(success){…
angularasked Lucas Lima 1