-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/rxjs #3713
Feature/rxjs #3713
Conversation
4436aad
to
4fa1572
Compare
4fa1572
to
b490a70
Compare
@@ -23,7 +23,7 @@ export class StarkToastNotificationServiceImpl implements StarkToastNotification | |||
/** | |||
* Observer linked to the currently displayed toast notification | |||
*/ | |||
public currentToastResult$?: Observer<StarkToastNotificationResult>; | |||
private currentToastResult$?: Observer<StarkToastNotificationResult>; |
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.
Why changing this from public
to private
?
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.
because we refactor and this due to the fact the Oberver interface do not contain closed property anymore
packages/stark-ui/src/modules/toast-notification/services/toast-notification.service.spec.ts
Outdated
Show resolved
Hide resolved
packages/stark-ui/src/modules/toast-notification/services/toast-notification.service.spec.ts
Outdated
Show resolved
Hide resolved
packages/stark-ui/src/modules/toast-notification/services/toast-notification.service.ts
Outdated
Show resolved
Hide resolved
b490a70
to
6d7c8e6
Compare
6d7c8e6
to
1bb8af7
Compare
1bb8af7
to
fb06319
Compare
fb06319
to
e5d9b74
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
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 👍
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
In order to update to angular 14 we need to update rxjs
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
[x] Yes
[ ] No