Communication vertically across components
{{ctrl.numbers | json}}
React
Communication horizontally across components
Count: {{ctrl.count}}
Increment
Decrement
React
Tree Structure
React
Transclusion for reuse
{{item.title}}
{{ (showChildren? 'Hide' : 'Show')+' Children' }}
{{ (showChildren? 'Hide' : 'Show')+' Children' }}
{{item.title}}
React
Multiple Transclusion for more Complex Components
Hello There
{{ctrl.name}}
This is a {{ctrl.verb}} widget!
React