-
Notifications
You must be signed in to change notification settings - Fork 12k
refactor: removes @angular/ssr/tokens
and imports the symbols from @angular/core
#28871
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @dgp1130 👍
Sorry for that, looks like my merge of the angular bot generated version bumps created a conflict here. |
…`@angular/core` Since the symbols are exposed from `@angular/core`, there is no need for a separate export in `@angular/ssr/tokens` anymore.
No problem, just rebased and dropped the version bump. |
Switched |
@jkrems, SGTM feel free to merge once CI passes. |
The changes were merged into the following branches: main, 19.0.x |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Since the symbols are exposed from
@angular/core
, there is no need for a separate export in@angular/ssr/tokens
anymore.