Home > @pago/reactive > SubscriptionController > subscribe
SubscriptionController.subscribe() method
Subscribes to the set of tracked references and objects. Once subscribed, the SubscriptionController.effect will be triggered whenever any of the values change.
Signature:
subscribe(): void;
Returns:
void