In my opinion, when ones mention "input data binding", they wish not only setting variables of child dynamic component at the initialisation phase. Furthermore they wish the child component variables can be 'AUTOMATICALLY' altered corresponding to the parent bindings by Angular 2 framework without extra hard coding, just like static components behave.
The 'AUTOMATIC' variable altering feature of static component is done by the Change Detecting mechanics, and chain all bindings to accomplish 'AUTOMATIC' altering feature. I've briefly investigated the Angular 2's source codes, the data binding features are not so complete right now. Alternatively, one need to some hardcoding by letting the parent component implements OnChanges interface by setting child component variable in the ngOnChanges() method -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
