Back with problems :-) Althogh following Manish example and the other explanation in http://victorsavkin.com/post/119943127151/angular-2-template-syntax and http://voidcanvas.com/data-binding-in-angular-js-2-0-with-examples/
When I add my selector in the HTML like so:<docs-grid [typeOfDoc]="key"></docs-grid> with all the variation on key "'key'" etc.. and the class hows selector is "docs-grid" has a line @Input() typeOfDoc: any; when the component start showing I get an error EXCEPTION: Error in app/app.component.html:32:21 which is one line above where the selector is. Any Idea what the issue is? could it be I am using RC1? -- 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.
