Renderless Components In Angular 7.2.0

added by JavaScript Kicks
1/28/2019 11:20:28 AM

1135 Views

Ben Nadel draws inspiration from a post by Adam Wathan on "Renderless Components" in Vue.js; and, translates the concept into Angular 7.2.0 context. However, instead of trying to jam all the code into one component, Ben uses a Super class and a Sub class to create focused components, each with a specific set of responsibilities.


0 comments