-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
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
Expose component "type" on returned ComponentContext #1123
Labels
api
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
good first issue
Good for newcomers
Milestone
Comments
tylerbutler
added
the
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
label
Feb 3, 2020
skylerjokiel
changed the title
Expose component "type" on returned component value (or component runtime)
Expose component "type" on returned ComponentContext
Feb 7, 2020
To add clarity here. We want to expose both the package "type" and the package "path" on the |
This was referenced Nov 4, 2022
This was referenced Nov 4, 2022
This was referenced Nov 5, 2022
This was referenced Nov 5, 2022
This was referenced Nov 5, 2022
This was referenced Nov 5, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api
area: framework
Framework is a tag for issues involving the developer framework. Eg Aqueduct
good first issue
Good for newcomers
It would be useful to have access to the component "type" (the string passed to the registry to resolve the component code) when we load a component (right now, just for logging purposes).
For example when an instance of a tablero is resolved in our container, we want access the string that looks something like "@ms/tablero" that was passed into the ContainerRegistry.
The text was updated successfully, but these errors were encountered: