• Annu Singh 16
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 6
    Questions
  • 0
    Replies
Hi All,
I want to navigate a LWC component from aura coponent on button click Is there any way to do it.


Thanks 
Annu
Hi All
I want a pdf viewer at community in LWC how can i Do that. I have tried 
https://github.com/annyhe/pdfViewer it is for record page
https://github.com/iamsonal/lwc-pdfReader its not working. May be old version of PDFjs file is used here   and Attachement is used to find content body.

Can Anyone suggest me some link to solve my problem
Thanks 
Hi All 
 I want to console log an object which I creating in javascript. but while running it is showing Undefined in Rsult.
here is the code
  @api Value='hello';
 let   mutiQuery={warn:this.value};
     handleClick(){
      console.log(JSON.stringify(this.multiQuery));
      
   }
if I write mutiQuery={warn:'hello'};
then its working fine but on writing this.value it is showing undefined
how can I solve this.
Hi All,
 I have some propertioes in XMl file. and  in JS file i want to make an object of these properties like I have
@api val1;
@api val2;
@api val3;
now I want to make an object of these and want to send in Apex method as a string 
I have to make an object then stringfy it after that i have to desearialize it. 
But may be I am writing wrong syntax. Can Anyone help me with this 


Thanks
Hi All,
I am new to LWC. Can anyone help me to create gauge chart in LWC.

Thanks
Hi All
I want to create a component which show a calender on it .
How to do it
Could Anyone help me?
Thanks in Advance