Kind: Function
Source: packages/common/utils/load-package.util.ts
Part of: Common
Signature
tsfunction loadPackage(packageName: string, context: string, loaderFn: Function)
Parameters
| Name | Type |
|---|---|
packageName | string |
context | string |
loaderFn | Function |
Used by
16 references from 16 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (16)
route—packages/microservices/server/server.ts:168NestApplication—packages/core/nest-application.ts:54IEntryNestModule—packages/core/nest-factory.ts:39ClientGrpcProxy—packages/microservices/client/client-grpc.ts:31ClientKafka—packages/microservices/client/client-kafka.ts:58ClientMqtt—packages/microservices/client/client-mqtt.ts:28ClientNats—packages/microservices/client/client-nats.ts:29ClientRedis—packages/microservices/client/client-redis.ts:28
…and 8 more.
Was this page helpful?