is there anything ng-host can do, that we cant do natively? we have `:host { ... }` for styles and `host: { ... }` in the decorator to setup props/events + bindings
is there anything ng-host can do, that we cant do natively?
we have
:host { ... }for styles andhost: { ... }in the decorator to setup props/events + bindings