Posts by Enio Amarantes • 21 points
2 posts
-
1
votes1
answer79
viewsQ: Remove numbers before the comma
I have a numeric sequence in string type '0,1;2,2;5,3;8,4;'. I need the results to come out '1,2,3,4' only the numbers after the comma. I’ve tried the following consultation: {select…
-
0
votes1
answer63
viewsA: Angular 10 - table error
Are two things: It lacked instantiation the product, try: product: Product[] = [] To use the mat-sort-header you need to add the module MatSortModule and put it on exports, in accordance with…