Replace children with a custom directive
- ·
- Telegram
- ·
- Newsletter
Imagine that you have a nested component that depends on the parent state. You don't need to sync child state into parent, you just want to replace the child when the parent state changes.
You can use my custom directive for that.