Skip to content

How do I know my backend extension was loaded #14735

Answered by msujew
daleasberry-n asked this question in Q&A
Discussion options

You must be logged in to vote

You need to actually bind the Resolver class as a BackendApplicationContribution in your container module. Otherwise inversify has no idea that it's supposed to be one (interface definitions are deleted when compiling TypeScript to JavaScript):

bind(BackendApplicationContribution).toService(Resolver);

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@daleasberry-n
Comment options

@msujew
Comment options

Answer selected by daleasberry-n
@daleasberry-n
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants