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
If applicable.
TypeError: binding.on is not a function node_modules/@loopback/core/node_modules/@loopback/context/src/context-tag-indexer.ts:50:17)
What did you expect to happen?this.comonent(Compoent) in Application.ts
when i tried to bind component it should work like
What actually happenend, with steps to reproduce (if applicable). Create an application Create a component and bind in Apllications.ts
How do you think this should be resolved (optional).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
URL of the page
If applicable.
Nature of the issue
TypeError: binding.on is not a function
node_modules/@loopback/core/node_modules/@loopback/context/src/context-tag-indexer.ts:50:17)
Expected behavior
What did you expect to happen?this.comonent(Compoent) in Application.ts
when i tried to bind component it should work like
Actual behavior
What actually happenend, with steps to reproduce (if applicable).
Create an application
Create a component and bind in Apllications.ts
Suggested resolution
How do you think this should be resolved (optional).
The text was updated successfully, but these errors were encountered: