Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuarkGluonPlasma/nestjs-course-code
/ functions
Functions
1,779 in github.com/QuarkGluonPlasma/nestjs-course-code
⨍
Functions
1,779
◇
Types & classes
1,680
Method
constructor
()
exam-system/libs/email/src/email.service.ts:9
Method
constructor
()
exam-system/libs/prisma/src/prisma.service.ts:7
Method
constructor
(private readonly appService: AppService)
redis-session-test/src/app.controller.ts:10
Method
constructor
(private readonly appService: AppService)
monorepo-test/apps/monorepo-test/src/app.controller.ts:7
Method
constructor
(private readonly app2Service: App2Service)
monorepo-test/apps/app2/src/app2.controller.ts:7
Method
constructor
(private readonly appService: AppService)
nest-typeorm-migration/src/app.controller.ts:6
Method
constructor
(private readonly articleService: ArticleService)
nest-typeorm-migration/src/article/article.controller.ts:8
Method
constructor
(options)
my-websocket/src/ws.js:44
Method
constructor
(private readonly appService: AppService)
grpc-client/apps/grpc-client/src/app.controller.ts:18
Method
constructor
(private readonly grpcServerService: GrpcServerService)
grpc-client/apps/grpc-server/src/grpc-server.controller.ts:7
Method
constructor
(message?)
exception-filter-test/src/unlogin.filter.ts:7
Method
constructor
(private readonly appService: AppService)
exception-filter-test/src/app.controller.ts:10
Method
constructor
(private readonly appService: AppService)
short-url/src/app.controller.ts:7
Method
constructor
(private readonly appService: AppService)
dto-vo-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
dto-vo-test/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly appService: AppService)
version-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
version-test/src/aaa/aaa.controller.ts:12
Method
constructor
(private readonly aaaService: AaaService)
version-test/src/aaa/aaa-v2.controller.ts:9
Method
constructor
(private readonly appService: AppService)
rbac-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
rbac-test/src/aaa/aaa.controller.ts:10
Method
constructor
(private readonly userService: UserService)
rbac-test/src/user/user.controller.ts:15
Method
constructor
(private readonly bbbService: BbbService)
rbac-test/src/bbb/bbb.controller.ts:10
Method
constructor
(private readonly appService: AppService)
ranking-list-test/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
global-and-lifecycle/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
global-and-lifecycle/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly cccService: CccService)
global-and-lifecycle/src/ccc/ccc.controller.ts:8
Method
constructor
(private moduleRef: ModuleRef)
global-and-lifecycle/src/ccc/ccc.module.ts:12
Method
constructor
(private readonly dddService: DddService)
global-and-lifecycle/src/ddd/ddd.controller.ts:8
Method
constructor
(private aaaService: AaaService)
global-and-lifecycle/src/bbb/bbb.service.ts:8
Method
constructor
(private readonly bbbService: BbbService)
global-and-lifecycle/src/bbb/bbb.controller.ts:8
Method
constructor
(private readonly appService: AppService)
nest-passport/src/app.controller.ts:21
Method
constructor
()
nest-passport/src/auth/jwt.strategy.ts:7
Method
constructor
(private authService: AuthService)
nest-passport/src/auth/local.strategy.ts:8
Method
constructor
(private reflector: Reflector)
nest-passport/src/auth/JwtAuthGuard.ts:8
Method
constructor
(private readonly appService: AppService)
midleware-test/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
nest-mongoose/src/app.controller.ts:6
Method
constructor
(private readonly dogService: DogService)
nest-mongoose/src/dog/dog.controller.ts:8
Method
constructor
(private readonly appService: AppService)
minio-fe-upload/src/app.controller.ts:8
Method
constructor
(private readonly appService: AppService)
dockerfile-test/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
i18n-test/src/app.controller.ts:7
Method
constructor
(private readonly userService: UserService)
i18n-test/src/user/user.controller.ts:8
Method
constructor
(private readonly appService: AppService)
schedule-task/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
schedule-task/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly appService: AppService)
nest-websocket/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
nest-websocket/src/aaa/aaa.gateway.ts:10
Method
constructor
(private readonly appService: AppService)
boss-jd-spider/src/app.controller.ts:6
Method
constructor
(private cccService: CccService, private dddService: DddService)
circular-dependency/src/app.service.ts:7
Method
constructor
(@Inject(forwardRef(() => DddService)) private dddService: DddService)
circular-dependency/src/ccc.service.ts:6
Method
constructor
(private readonly appService: AppService)
circular-dependency/src/app.controller.ts:6
Method
constructor
(@Inject(forwardRef(() => CccService)) private cccService: CccService)
circular-dependency/src/ddd.service.ts:6
Method
constructor
(private readonly appService: AppService)
request-log/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
jwt-and-session/src/app.controller.ts:8
Method
constructor
(private readonly appService: AppService)
google-login/src/app.controller.ts:7
Method
constructor
()
google-login/src/auth/google.strategy.ts:7
Method
constructor
(private readonly appService: AppService)
aop-test/src/app.controller.ts:12
Method
constructor
(private readonly appService: AppService)
following/src/app.controller.ts:6
Method
constructor
(private readonly userService: UserService)
following/src/user/user.controller.ts:8
Method
constructor
(private readonly appService: AppService)
server-status/src/app.controller.ts:8
Method
constructor
(private readonly appService: AppService)
typeorm-tree-entity-test/src/app.controller.ts:6
Method
constructor
(private readonly cityService: CityService)
typeorm-tree-entity-test/src/city/city.controller.ts:8
Method
constructor
(private readonly appService: AppService)
event-emitter-test/src/app.controller.ts:6
Method
constructor
(private readonly notificationService: NotificationService)
event-emitter-test/src/notification/notification.controller.ts:8
Method
constructor
()
event-emitter-test/src/email/email.service.ts:9
Method
constructor
(private readonly aaaService: AaaService)
event-emitter-test/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly userService: UserService)
event-emitter-test/src/user/user.controller.ts:8
Method
constructor
(private readonly bbbService: BbbService)
event-emitter-test/src/bbb/bbb.controller.ts:8
Method
constructor
(private readonly appService: AppService)
ppt-generate/src/app.controller.ts:6
Method
constructor
(public aaa: string, public bbb: string)
argument-host/src/AaaException.ts:2
Method
constructor
(private reflector: Reflector)
argument-host/src/aaa.guard.ts:8
Method
constructor
(private readonly appService: AppService)
argument-host/src/app.controller.ts:12
Method
constructor
(private readonly appService: AppService)
nest-prisma-test/src/app.controller.ts:8
Method
constructor
()
nest-prisma-test/src/prisma.service.ts:7
Method
constructor
(private readonly appService: AppService)
nest-etcd/src/app.controller.ts:7
Method
constructor
(private readonly aaaService: AaaService)
nest-etcd/src/aaa/aaa.controller.ts:9
Method
constructor
(private appService: AppService)
github-login/src/app.controller.ts:8
Method
constructor
()
github-login/src/auth/auth.strategy.ts:7
Method
constructor
(private readonly appService: AppService)
city-weather/src/app.controller.ts:9
Method
constructor
(private readonly appService: AppService)
qrcode-login/src/app.controller.ts:23
Method
constructor
(private readonly appService: AppService)
nest-multer-upload/src/app.controller.ts:10
Method
constructor
(options)
nest-multer-upload/src/MyFileValidator.ts:4
Method
constructor
(private readonly appService: AppService)
nest-typeorm/src/app.controller.ts:6
Method
constructor
(private readonly userService: UserService)
nest-typeorm/src/user/user.controller.ts:8
Method
constructor
(private readonly appService: AppService)
single-token-refresh/src/app.controller.ts:7
Method
constructor
(private readonly userService: UserService)
single-token-refresh/src/user/user.controller.ts:8
Method
constructor
(private reflector: Reflector)
metadata-and-reflector/src/aaa.guard.ts:7
Method
constructor
(private readonly appService: AppService)
metadata-and-reflector/src/app.controller.ts:9
Method
constructor
(private readonly appService: AppService)
access_token_and_refresh_token/src/app.controller.ts:7
Method
constructor
(private readonly userService: UserService)
access_token_and_refresh_token/src/user/user.controller.ts:8
Method
constructor
(private readonly appService: AppService)
group-chat-room/src/app.controller.ts:6
Method
constructor
(private readonly appService: AppService)
microservice-test-main/src/app.controller.ts:7
Method
constructor
(private readonly appService: AppService)
logger-test/src/app.controller.ts:8
Method
constructor
(private readonly aaaService: AaaService)
logger-test/src/aaa/aaa.controller.ts:13
Method
constructor
()
five-transmission-method/src/person/person.controller.ts:7
Method
constructor
(private readonly appService: AppService)
download-test/src/app.controller.ts:8
Method
constructor
(private readonly appService: AppService)
large-file-sharding-upload/src/app.controller.ts:8
Method
constructor
(private readonly appService: AppService)
cache-manager-test/src/app.controller.ts:9
Method
constructor
(private readonly appService: AppService)
repl-test/src/app.controller.ts:6
Method
constructor
(private readonly aaaService: AaaService)
repl-test/src/aaa/aaa.controller.ts:8
Method
constructor
(private readonly bbbService: BbbService)
repl-test/src/bbb/bbb.controller.ts:8
Method
create
(@Body() createUserDto: CreateUserDto)
article-views/src/user/user.controller.ts:12
← previous
next →
801–900 of 1,779, ranked by callers