Community

Sub-Classing NgForOf In Order To Make It A ‘Pure’ Directive In Angular 7.2.13

(Ben Nadel) Angular has done a wonderful job of making the native NgForOf directive fast and efficient. However, if you are working with immutable data, the NgForOf directive is doing more work than it has to.