Skip to content

fix(core): handle non-container environment injector cases for getEnvironmentInjectorProviders#52774

Closed
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
AleksanderBodurri:devtools-get-providers-fix
Closed

fix(core): handle non-container environment injector cases for getEnvironmentInjectorProviders#52774
AleksanderBodurri wants to merge 1 commit intoangular:mainfrom
AleksanderBodurri:devtools-get-providers-fix

Conversation

@AleksanderBodurri
Copy link
Copy Markdown
Member

Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the getEnvironmentInjectorProviders function.

This commit intends to fix this for two other cases, namely:

  • When an injector is created by a route (via the providers field and lazy loading).
  • When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.

@AleksanderBodurri AleksanderBodurri added area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release labels Nov 10, 2023
@ngbot ngbot bot modified the milestone: Backlog Nov 10, 2023
Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the `getEnvironmentInjectorProviders` function.

This commit intends to fix this for two other cases, namely:
- When an injector is created by a route (via the `providers` field and lazy loading).
- When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.
@AleksanderBodurri AleksanderBodurri force-pushed the devtools-get-providers-fix branch from f8a8333 to 6a01c7d Compare November 10, 2023 08:07
@AleksanderBodurri AleksanderBodurri changed the title fix(core): handle non-container environment injector cases fix(core): handle non-container environment injector cases for getEnvironmentInjectorProviders Nov 10, 2023
@AndrewKushnir
Copy link
Copy Markdown
Contributor

Presubmit.

@AndrewKushnir AndrewKushnir added the action: merge The PR is ready for merge by the caretaker label Nov 10, 2023
@jessicajaniuk jessicajaniuk added target: minor This PR is targeted for the next minor release target: patch This PR is targeted for the next patch release and removed target: patch This PR is targeted for the next patch release target: minor This PR is targeted for the next minor release labels Nov 13, 2023
@jessicajaniuk
Copy link
Copy Markdown
Contributor

This PR was merged into the repository by commit 6aef0f6.

jessicajaniuk pushed a commit that referenced this pull request Nov 13, 2023
Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the `getEnvironmentInjectorProviders` function.

This commit intends to fix this for two other cases, namely:
- When an injector is created by a route (via the `providers` field and lazy loading).
- When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.

PR Close #52774
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Dec 14, 2023
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
…2774)

Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the `getEnvironmentInjectorProviders` function.

This commit intends to fix this for two other cases, namely:
- When an injector is created by a route (via the `providers` field and lazy loading).
- When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.

PR Close angular#52774
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
…2774)

Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the `getEnvironmentInjectorProviders` function.

This commit intends to fix this for two other cases, namely:
- When an injector is created by a route (via the `providers` field and lazy loading).
- When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.

PR Close angular#52774
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
…2774)

Previously we had logic for a special case where a root injector in standalone apps would skip the import paths calculation step for the `getEnvironmentInjectorProviders` function.

This commit intends to fix this for two other cases, namely:
- When an injector is created by a route (via the `providers` field and lazy loading).
- When an injector is manually created and attached to the injector tree

It does this by assuming that any environment injector it cannot find a provider imports container for was created without one, and simply returns the raw provider records without the import paths calculation.

PR Close angular#52774
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants