Playing With Recursive Components In Angular 6.1.10

added by JavaScript Kicks
10/15/2018 12:10:25 PM

859 Views

Ben Nadel revisits his exploration of recursive view rendering in Angular 6.1.10, this time using recursive Components (element directives) instead of Ng-Template directives. Components provide a more verbose but more straightforward way to reason about recursion, allowing for simple event and data propagation.


0 comments