OutputRefSubscription
Function that can be used to manually clean up a
programmatic OutputRef#subscribe
subscription.
interface OutputRefSubscription {
unsubscribe(): void
}
Description
Note: Angular will automatically clean up subscriptions when the directive/component of the output is destroyed.
Methods
unsubscribe() |
---|
ParametersThere are no parameters. Returns
|