Thursday, 25 March 2021

Change table row color in angular

ngclass based on the conditions of table index value

https://blog.angular-university.io/angular-2-ngfor/

need to write based on this examples


No comments:

Post a Comment

remove duplicates in an sorted array

  using System; public class HelloWorld {          public static void Main(string[] args)     {         int[] ar={2,2,3,3,4,6,6};          C...