@fge-bo-nest/notificaciones
v0.1.8
Published
Librería de notificaciones para NestJS
Keywords
Readme
@fge-bo-nest/notificaciones
Librería de notificaciones para NestJS desarrollada por DNTIC - Ministerio Público.
Instalación
npm install @fge-bo-nest/notificacionesInstalación
import { MsNotificacionesModule } from '@fge-bo-nest/notificaciones';
@Module({
imports: [MsNotificacionesModule],
})
export class AppModule {}
