Tuesday, 20 May 2025

angular material

   setTimeout(() => {

          this.dsSupportingDoc.paginator = this.paginatorSDoc;
        }); for paginator issue.

Saturday, 17 May 2025

Dropdown in excell

 today i made dropdown list in excel sheet using data visualastion u can create dropdown
unser Data > datavisualtion > select List  after list dropdown selection below click on textbox
then select data which exixst in other sheet click enter then it will convert to dropdown



Friday, 16 May 2025

Must c

 https://jscrambler.com/blog/how-to-protect-angular-code-against-theft-and-reverse-engineering?

Capgemini Interview

 capgemini famous interview question List<int> A = new List<int>(); A.add(1); List<int> B=A; B=new List<int>(); B.Ad...