Function that can be used to manually clean up a programmatic OutputRef#subscribe subscription.
API
interface OutputRefSubscription {
unsubscribe(): void;
}
unsubscribe
void
@returns
void
Description
Function that can be used to manually clean up a programmatic OutputRef#subscribe subscription.
Note: Angular will automatically clean up subscriptions when the directive/component of the output is destroyed.