[AngularJS] Re: Post to multiple tables using Angular 7

2019-01-29 Thread Sander Elias
Hi Ronald,

Build a special endpoint in your server that handles splitting out the post 
to multiple tables, Or do multiple put/post requests

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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Debugging and viewing the returned value.

2019-01-29 Thread Sander Elias
Hi Ronald,

No, not really, is there an error in the console?

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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Post to multiple tables using Angular 7

2019-01-29 Thread Ronald Rex

Hi Friends,

I am using AspNetCore for my Restful api to post data. But I was wondering 
how do you post to multiple tables using httpclient service ? Thanks !

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Post to multiple tables

2019-01-29 Thread Ronald Rex
Hi Friends,

I am using AspNetCore for my Restful api to post data. But I was wondering 
how do you post to multiple tables using httpclient service ? Thanks !

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


Re: [AngularJS] Re: [Angular] Is it possible to make Angular 7 Drag&Drop and Infinite Scroll work together

2019-01-29 Thread Scott Logsdon
Sheriff,

You can use CSS for your Infinite Scroll.  I tried a few out there and this
one works best and it's pure CSS.

https://codepen.io/benfrain/pen/WpRgZd

Hope this helps.

On Mon, Jan 28, 2019 at 7:14 AM SS  wrote:

> Hi Sander,
>
> Thanks for the response.
> I will explore for other option on UX.
>
> Regards,
> Sheriff
>
> On Saturday, January 26, 2019 at 6:16:13 PM UTC+5:30, Sander Elias wrote:
>>
>> Hi Sheriff,
>>
>> I don't think those two features are compatible at all. I get where you
>> are aiming for, but the way those things are build makes this, well, not
>> impossible, but...
>> Can you rethink the UX a bit so you don't have to do this D&D on a
>> virtual scroll list?
>>
>> I would put the same list on screen twice, next to each other. Then the
>> user can put the thing he wants to drag, and the place where he wants to
>> drag to are both in view. Then drag from one list to the other.
>> But as I don't know your requirement, so I don't know if that solution
>> would fit.
>>
>> 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
> email to angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: templating a table row as component

2019-01-29 Thread Sander Elias
https://alligator.io/angular/ng-container-element/

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: templating a table row as component

2019-01-29 Thread Stéphane Ancelot

Sorry, I corrected the code was wrong...
Le mardi 29 janvier 2019 16:13:48 UTC+1, Stéphane Ancelot a écrit :
>
>
> Hi, 
> Is there a way to use a component as row i n a table ?? the next code does 
> not work
>
>
>
>
> 
> 
>
> 
>  Liste
> 
> 
> Mouvement {{listId}} {{editId}}
> course
> Accel
> Vitesse
> Decel
> temps
> Edit
> Delete
>
> 
> 
> 
> 
>  
>  
>  
>
>
> Regards,
> Steph
>

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] templating a table row as component

2019-01-29 Thread Stéphane Ancelot

Hi, 
Is there a way to use a component as row i n a table ?? the next code does 
not work






   

 Liste


Mouvement {{listId}} {{editId}}
course
Accel
Vitesse
Decel
temps
Edit
Delete
   





 



 
 
 


Regards,
Steph

-- 
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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.


[AngularJS] Re: Debugging and viewing the returned value.

2019-01-29 Thread Ronald Rex
Hi Sander,

Do you have any ideas why the code may not be working that you send me. 
Thanks !

On Monday, January 28, 2019 at 8:16:04 PM UTC-6, Sander Elias wrote:
>
> Hi Ronald,
>
> Turn off sourcemaps support in your dev-tools is you want to see the 
> transpiled code.
>
> 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 email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.