Posts by Vanderlei Loureiro • 21 points
3 posts
-
0
votes1
answer81
viewsQ: Git is allowing branch changes even with commit-free changes
Usually when I work with git, I make some changes to one branch and try to check out another without committing it displays the message: Changes not staged for commit: (utilize "git add…
-
1
votes1
answer58
viewsA: Date doesn’t update the schedule?
You can use a today = new Date() And format it on the front with the custom pipe {{ today | date:"dd/MM/y - hh:mm:ss" }}
-
1
votes1
answer266
viewsA: Hide and show an icon in angular mat-table 7
A possible solution (not so elegant) is to add an extra property to your datasource as being a Boolean, "paused" for example. Play and pause methods would be responsible for setting this variable…
angular-7answered Vanderlei Loureiro 21