[AngularJS] Re: Angular2 - one route, multiple components

2016-09-15 Thread Luke
Great, thanks again -- You received this message because you are subscribed to the Google Groups "AngularJS" 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.

Re: [AngularJS] Re: Angular2 - one route, multiple components

2016-09-15 Thread 'Lucas Lacroix' via AngularJS
Yeah. That's what I was thinking. On Thu, Sep 15, 2016, 05:15 Luke wrote: > Thanks, that's actually a great idea ! Just to make sure - in template of > the parent component, I have an ngSwitch on let's say a [ngSwitch]="type">, in it there are two child components *ngSwitchCase="'P'">.. and ..

[AngularJS] Re: Angular2 - one route, multiple components

2016-09-15 Thread Luke
Thanks, that's actually a great idea ! Just to make sure - in template of the parent component, I have an ngSwitch on let's say a , in it there are two child components .. and .. also these two components are two-way and have @input properties of slug? -- You received this message because you a