Wednesday, 9 February 2022

comands

 ng g c downloadapp --module ../app

ng generate module module-test --module app --routing true --route test


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...