We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
모듈 옵션은 데코레이터가 평가될 때가 아니라,
루트 객체로부터 모듈 옵션을 파싱하여 트리화 한 후,
우선 위상 정렬을 통해 정렬을 해야 합니다.
그 후, onModuleInit()를 해야 합니다.
또한 실제로 모듈이 DI 객체 트리에 있는지도 확인해야 합니다.
The text was updated successfully, but these errors were encountered:
onModuleInit
Sorry, something went wrong.
No branches or pull requests
모듈 옵션은 데코레이터가 평가될 때가 아니라,
루트 객체로부터 모듈 옵션을 파싱하여 트리화 한 후,
우선 위상 정렬을 통해 정렬을 해야 합니다.
그 후, onModuleInit()를 해야 합니다.
또한 실제로 모듈이 DI 객체 트리에 있는지도 확인해야 합니다.
The text was updated successfully, but these errors were encountered: