[AngularJS] Re: It's possible render component table with new data?

2017-07-31 Thread Sander Elias
Hi ... In your case is using a getter/setter is probably the best solution. Regards Sander -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS disc

[AngularJS] It's possible render component table with new data?

2017-07-31 Thread fm433403
## I'm submitting feature request [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [X] Feature request [ ] Documentation issue or request [ ] Support request => Please do not submit support request here, instead see https://github.com/angular/a

[AngularJS] Re: docker as a dev tool set?

2017-07-31 Thread Tito
thanks folks for the feedback! My aim is for developing locally then deploying in an automated fashion. Yes indeed a huge jump from the way we are doing things now :) but the docker thing is more from dev tools pov On Monday, July 31, 2017 at 2:43:32 AM UTC-7, Zlatko Đurić wrote: > > I agree wit

[AngularJS] What is the best way to filter/sort or manipulate data to be presented in angular 2

2017-07-31 Thread Nitya Krishnan
up vote down votefavorite I have a set of resources (in JSON format) that I receive from a service. The resources have properties like name, which operator they belon

[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
thank you, I'll try it ! Am Montag, 31. Juli 2017 16:12:33 UTC+2 schrieb Sander Elias: > > No, the ng2know does not depend on template ref vars.It does supports the > changed callback as I put in the sample. Template ref vars >

[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sander Elias
No, the ng2know does not depend on template ref vars.It does supports the changed callback as I put in the sample. Template ref vars are not build to be used like that. You are supposed to use callbacks for your use-c

[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
Hi Elias, thank you for the answer - don't know though if it exactly answers my problem. Does the call produce local variables like the #knob1, #knob2 and so on? The component (ng2-knob) relies on a specified local variable Regards, Christian Am Montag, 31. Juli 2017 11:58:43 UTC+2 schrieb Sa

[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Rafa
We have thought that when closing the window of login all the other windows were informed of the loss of session. We have achieved this using native javascript $ window.onbeforeunload At the time of closing the window erase the data of the localstorage of the session. Then, using the localstor

[AngularJS] Angular : Hide the url parameters in the routing

2017-07-31 Thread Dhinakar Reddy Pothireddi
Hi, I am routing from one page to another passing a json object as a parameter this way. { path: 'msgwithparams/:id', component: MessageComponent } this.user.username = 'dhinakar'; this.user.password = 'reddy'; this.router.navigate(['/msgwithparams', JSON.stringify(this.user)]); so in url I am

[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Rafa
Thanks your answer Sander, I totally agree with your idea, the user must be well informed at all times. El lunes, 31 de julio de 2017, 11:36:25 (UTC+2), Sander Elias escribió: > > Hi Rafa, > > I still would recommend localstorage. However I a have my questions about > this UX. If you do this,

[AngularJS] Re: [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sander Elias
Hi Sanansaattaje, Put the values in an array, you can then use this array in your controller. In your view you dom something like: Of course using an actual array from your controller makes this useful. Regards Sander -- You received this message because you are subscribed to the Google Gr

[AngularJS] Re: docker as a dev tool set?

2017-07-31 Thread Zlatko Đurić
I agree with Juri. Docker can be quite useful. But the question is, is it useful to *you*? What specific job you want it to do? Develop your angular apps, and only deploy them as docker images? Or maybe use docker images of your backend server for use in local development? Or use some dockerized

[AngularJS] Properly chaining of FirebaseListObservable

2017-07-31 Thread Ola Hellgren
Hi, I've been trying for weeks to get a proper chaining of db calls with angularfire2 and displaying them. I always come back to the same solution with the same errors. ts code this.user.subscribe(user => { this._lists = this.db.list('/user/' + user.uid); // this.lists = this.db

[AngularJS] [Angular 2] Custom Components and Local Variables

2017-07-31 Thread Sanansaattaja
Hi I'm using some custom components in my web app - like ng2-knob. The syntax is like It seems that if you want to have different instances of this component on your page, you nee to have different local variable names - like It doesn't work when all components have the same local name.

[AngularJS] Re: Router and multiples outlets

2017-07-31 Thread 林水明
export const ContactsAppRoutes = [ { path: '', redirectTo: '/planos', pathMatch: 'full' }, { path: 'viewer/:id', component: ViewerComponent }, { path: 'planos', component: AgendaComponent }, { path: 'planos/:id', outlet: 'info', component: AgendaDetailsComponent } { path: '**',

[AngularJS] Re: Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Sander Elias
Hi Rafa, I still would recommend localstorage. However I a have my questions about this UX. If you do this, make sure you let the user know what 'tabs' he has open, and that those also will be closed/logged out. Regards Sander -- You received this message because you are subscribed to the Go

[AngularJS] Is there a way in angularjs to share real-time information between two open tabs

2017-07-31 Thread Rafa
We Need to make an angularjs web with a login page where user login. Then this page get information about logged user from the server to use later. When user is ok logged an informative message show say something like : 'You are logged susccessfully, do not close' Same angular web must