Component and directive features will enable new architectural patterns for Angular applications. The features option gives us reusable logic without inheritance or classes so that we can mix multiple traits into our components and directives.
Presented at:
- NG Poland conference, November 2019 https://youtu.be/3jgTgdZMpZE
- Angular Warsaw's Angular Online Event #3, May 2020 https://youtu.be/8NQCgmAQEdE?t=5649
Companion GitHub repository:
https://github.com/LayZeeDK/ngx-ivy-features
Article:
https://indepth.dev/component-features-with-angular-ivy/