Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged nestjs

0 votes
1.1k views
1 answer
    I'm trying to determine if there is any correlation between Google/Nest data and home insurance claims. So I'm ... -a-way-to-obtain-anonymized-aggregated-data-sets-from-google-sdm...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    i have extended jwt guard for purpose of checking if user exists in user table here's my code: import ... :https://stackoverflow.com/questions/65837361/nestjs-extends-jwt-guard...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    @Entity('user') export class UserEntity { @PrimaryGeneratedColumn('uuid') id: string; @Column({ type: 'varchar', ... /questions/65844279/what-does-putting-a-parameter-in-entity-do...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Below is typescript code. I have a for loop and its value pass to the API with url. httpservice is ... questions/65868872/loop-remains-run-even-if-error-occurred-in-typescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I was creating Nest.js project and faced some problems with it. I assume the problem lies within profile.entity. ... /exceptionhandler-no-metadata-for-profile-was-found-in-nest-js...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I read the article https://medium.com/@terence410/working-with-dynamic-table-name-with-typeorm-6a67128b9671 import { ... /65901126/how-to-set-table-name-in-entity-dynamically...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    Trying to use an enum to discriminate the child entities: export enum ActionCategory { USER = 'user', ... .com/questions/65917455/typeorm-table-inheritance-using-enum-discriminator...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I want to use two dto's for one query param. @Query() query: CurrencyTypeDto|PaginationLimitDto I know I can use ... /questions/65932726/how-to-add-two-dto-for-one-query-param...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I created service with several repository: @Injectable() export class DataService { constructor( @InjectRepository( ... 65934094/how-to-create-service-with-repository-exports...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm using NestJS for my Back-end application. I'm declaring my schema and my Dto with decorators like ... /65941716/delete-typescript-decorators-when-importing-class-from-front-end...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm using Typeorm with NestJS, is there a way to pass in a dynamic value into the Column ... from:https://stackoverflow.com/questions/65643649/typeorm-transform-response...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    With nestJS rabbit MQ I use RPC from one server to another one. What I basically want is await this. ... com/questions/65643952/nest-rabbitmq-rpc-nack-doesnt-reject-the-promise...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i have extended jwt guard for purpose of checking if user exists in user table here's my code: import ... :https://stackoverflow.com/questions/65837361/nestjs-extends-jwt-guard...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i have extended jwt guard for purpose of checking if user exists in user table here's my code: import ... :https://stackoverflow.com/questions/65837361/nestjs-extends-jwt-guard...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How to share my auth guards across multiple projects? (如何在多个项目中共享我的身份验证防护?) I have created my auth guards from the NestJS ... 以使用的私有库以及auth库中 ) ask by S. Vincent translate from so...
asked Mar 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
895 views
1 answer
    How to share my auth guards across multiple projects? (如何在多个项目中共享我的身份验证防护?) I have created my auth guards from the NestJS ... 以使用的私有库以及auth库中 ) ask by S. Vincent translate from so...
asked Feb 21, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    I have a problem "decorating" classes which should be used as ObejctType AND as InputType when I have relations. It should be ... Can anybody of you give me a hint how to do this....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.5k views
1 answer
    I'm trying to build a simple query on TypeORM but I'm not getting the entire data using INNER JOIN. What am I doing ... = u.id').getMany(); console.log(result) return result; }...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to transform my query param from string to number. I use dto technic. import { IsOptional, IsInt, Min } from ' ... page); Result: string. How do I change the type correctly?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I want to transform my query param from string to number. I use dto technic. import { IsOptional, IsInt, Min } from ' ... page); Result: string. How do I change the type correctly?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Hi I am making api server with nestjs and graphql. I have a question. When the api server passes the response to the stack ... type play the role of dto? let me know thank you!...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
4.4k views
1 answer
    请问下大佬们,我使用nestjs,想在service层中获得请求的header的token?有什么办法可以直接获得吗?除了控制器层传header参数的方法?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...