Skip to main content

Installation

Install

NPM

npm i nestjs-notification-module

Yarn

yarn add nestjs-notification-module

Import the modules

You can import EmailModule, SmsModule, or both.

import { EmailModule, SmsModule } from 'nestjs-notification-module';