Posts by Daniel Girardi • 19 points
5 posts
-
0
votes1
answer33
viewsA: How to pause youtube-player via typescript?
I figured out the trick, save the Event that gets fired when the video gets ready to play: <youtube-player videoId="{{content?.content}}" (stateChange)="playerEvent($event)"…
-
0
votes1
answer33
viewsQ: How to pause youtube-player via typescript?
I am doing an application in Angular (9.11) and need to know how long the user watched a video on youtube. I am using the angular youtube-player component. I monitor the state change in the…
-
0
votes1
answer34
viewsA: Problem with POST at Angular
I solved the problem by modifying my header a little. Before I used to headers = new HttpHeaders({ Accept: "application/json", "Content-type": "application/json; charset=utf-8", When I modified it…
-
0
votes1
answer34
viewsQ: Problem with POST at Angular
I’m building an Angular login system. The back-end is in cakephp. The request for preflight is being done correctly and receiving status 200 (figure below). After the preflight, the angle sends the…
-
0
votes3
answers617
viewsQ: Angular 8 - Problem with html accents
I have an array in my component that is accented with html code. text=[ 'DRENAGEM AUTÓGENA','BAG SQUEEZING','RESPIRAÇÃO…