UNPKG

344 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.GrpcService = void 0;
4const common_1 = require("@nestjs/common");
5/**
6 * Defines the GrpcService. The service can inject dependencies through constructor.
7 * Those dependencies have to belong to the same module.
8 */
9exports.GrpcService = common_1.Controller;