Kindly explain the difference between @Self and @Host.
The angular API documentation gives some idea. But it\'s not clear to me. The example provided for Self<
Self<
Decorator @Host() used only in context the components and the directives. It does a similar work as a decorator @Self() does for the services.
@Host()
@Self()