About 15,600,000 results
Open links in new tab
  1. typescript - How to protect/require Authentication to access the …

    Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  2. Best practice to use config service in NestJS Module

    Nov 22, 2018 · However, NestJS Docs - Configuration Namespaces as well as NestJS Authentication and Authorization Course provide an alternative method of solving this issue.

  3. javascript - NestJS - How to use .env variables in main app module …

    Aug 6, 2020 · I am working on my first NestJS application, which was working fine with hardcoded database connecting string in app.module.ts. But then as per our requirements, I had to pick …

  4. javascript - How to use nestjs Logging service - Stack Overflow

    Oct 4, 2018 · I am trying to show a sample custom logger implementation and how it can be injected to the Nestjs framework. I understand that Nestjs inherently uses pino logger. This is …

  5. Share TypeORM entities and services across multiple NestJS apps …

    Apr 17, 2025 · I'm trying to build a shared private library to reuse TypeORM entities and some common services across multiple NestJS applications without duplicating code. For simplicity, …

  6. Inject nestjs service from another module - Stack Overflow

    Aug 13, 2018 · I've got a PlayersModule and an ItemsModule. I want to use the ItemsService in the PlayersService. When I add it by injection: import { Injectable } from '@nestjs/common'; …

  7. Validate nested objects using class validator and nestjs

    Dec 14, 2018 · I'm trying to validate nested objects using class-validator and NestJS. I've already tried following this thread by using the @Type decorator from class-transform and didn't have …

  8. Newest 'nestjs' Questions - Stack Overflow

    3 days ago · 2 replies 40 views How should I structure NestJS services when one endpoint needs to update multiple entities (e.g., InvestorProfile and TaxProfile)? I’m working on a NestJS + …

  9. Is there a recommended way to update NestJS? - Stack Overflow

    Aug 13, 2019 · npm i @nestjs/common@latest @nestjs/core@latest ... Try it out there, then merge that branch into master (or whatever your development branch is). Git removes the …

  10. 如何评价nest.js? - 知乎

    Hibernate、Entity Framework这些传统ORM也有大量issue和性能陷阱。 另外,NestJS 本身是ORM 无感知的,有提供与各种 ORM 集成的模式(@nestjs/typeorm, @nestjs/prisma 或者自定 …