Hi,
Am developing re-usable web components using custom elements. The intent
is to use in the webcomponents in angular 2. Am able to use simple
components by using CUSTOM_ELEMENTS_SCHEMA.
Am facing an issue currently where am not able to access the child elements
of custom-element from my webcomponent. The following is an example,
<cse-multistep options=msOptions id="multistep-1">
<cse-step>
<div class=userForm>
</div>
</cse-step>
<cse-step>
<cse-table options=gridOptions></cse-table>
</cse-step>
<cse-step>
<cse-table options=treeOptions></cse-table>
</cse-step>
<cse-step>
<cse-table options=treeOptions></cse-table>
</cse-step>
</cse-multistep>
cse-multistep is my custom element and am using it inside angular 2. Am unable
to access the child elements (cse-step) in my web component. Was wondering if
there is way to expose through ng-content
or by any other means...
Would be great if you someone could give me pointers here..
Thanks, Chenthill.
--
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 [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.