Receiver() function
The @Receiver
decorator allows functions to be bound to other component's signals
Signature:
export declare function Receiver(opts?: TriggerOptions): (target: any, key: any) => void;
Parameters
Parameter |
Type |
Description |
---|---|---|
opts |
(Optional) |
(target: any, key: any) => void