Setup
To get started with the Notifications Pod in your project, follow the below mentioned steps.
./node_modules/.bin/nest g lib notifications # answer the question whatever is asked for.
torque add-pod nestjs-notifications --directory libs/notifications --latest
You should see an output like below.
Pro Tip
Manage Notifications via Queue in your applications. You can see @squareboat/nest-queue