Open andreElrico opened 3 years ago
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
:host { ... }
host: { ... }
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