[AngularJS] Re: Angular JS Pass json data to mvc controller in the form of list

2019-07-25 Thread Sander Elias
Why are you trying to parse the DOM? can't you just reuse the data you used to build the table in the first place? Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop

[AngularJS] Re: How to add annotations and write comments in pdf-viewer in angular applications

2019-07-25 Thread Sander Elias
Hi Vanitha, I'm not aware of such a library, in or out of the Angular ecosystem. Please post if you do find a solution, other then buying in PDFTron. Interfacing with PDF's is also not really something Angular can help you with. Regards Sander -- You received this message because you are

Re: [AngularJS] Re: How to pass data from a child component to app-root component.

2019-07-25 Thread Sander Elias
Hi Rajsashree, So you want to send data to the outside of the application? If that is the case, you need to have it emit a custom DOM event. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe

[AngularJS] Re: Modify a components template prior to compilation in Angular 8

2019-07-25 Thread Sander Elias
Hi Damo, I think that for this use-case AngularElements is the best way forward. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an

[AngularJS] Angular JS Pass json data to mvc controller in the form of list

2019-07-25 Thread Dhilip R
I need to pass json in the form of List to controller in Angular JS Post. I have tried to send data in form of Json to get it as list in the MVC controller. But when I did it , I get only row count at MVC Controller. The variables in the list are null Angular Js Controller

[AngularJS] Pass json data to mvc controller in the form of list

2019-07-25 Thread Dhilip R
I need to pass json in the form of List to controller in Angular JS Post. I have tried to send data in form of Json to get it as list in the MVC controller. But when I did it , I get only row count at MVC Controller. The variables in the list are null Angular Js Controller

[AngularJS] How to add annotations and write comments in pdf-viewer in angular applications

2019-07-25 Thread Vanitha Avancha
Hi, I am a beginner of Angular. I am working on a sample application wherein I want to load a PDF file, view, edit and save it. In addition, I also want to perform annotations like write comments, adding shapes, images, etc. I had come across this PDFTron Webviewer (

[AngularJS] Re: multiple pipes and does not work

2019-07-25 Thread Dev C
Hello Sendar This helps , also array has name and description, is it possible to search in both rather just in one name ? On Thursday, July 25, 2019, Sander Elias wrote: > Hi Dev, > > Your search pipe expects an object with at least the property name in each > row, and your sort expects an

Re: [AngularJS] Re: How to pass data from a child component to app-root component.

2019-07-25 Thread Rajashree Behera
Hi Sander, I used @Output in my child component, but app-root is there in index.html How am i supposed to pass data in this case as @Output is not working. Thanks Rajashree On Wed, Jul 24, 2019 at 10:33 PM Sander Elias wrote: > Hi Rajashree, > > Use @Output on your child, and use a method in