Skip to content

docs: use takeUntilDestroyed in component category list - #33863

Merged
crisbeto merged 1 commit into
angular:mainfrom
MeAkib:docs/category-list-take-until-destroyed
Sep 24, 2026
Merged

crisbeto merged 1 commit into
angular:mainfrom
MeAkib:docs/category-list-take-until-destroyed

Conversation

@MeAkib

@MeAkib MeAkib commented Sep 23, 2026

Copy link
Copy Markdown
Contributor

Replace the deprecated combineLatest result selector with a map operator and clean up the route params subscription with takeUntilDestroyed instead of a manual Subscription and ngOnDestroy.

Replace the deprecated `combineLatest` result selector with a `map` operator
and clean up the route params subscription with `takeUntilDestroyed` instead
of a manual `Subscription` and `ngOnDestroy`.
@angular-robot angular-robot Bot added the area: docs Related to the documentation label Sep 23, 2026
@crisbeto crisbeto added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Sep 24, 2026
@crisbeto
crisbeto merged commit 0817e4b into angular:main Sep 24, 2026
35 checks passed
@crisbeto

Copy link
Copy Markdown
Member

This PR was merged into the repository. The changes were merged into the following branches:

crisbeto pushed a commit that referenced this pull request Sep 24, 2026
Replace the deprecated `combineLatest` result selector with a `map` operator
and clean up the route params subscription with `takeUntilDestroyed` instead
of a manual `Subscription` and `ngOnDestroy`.

(cherry picked from commit 0817e4b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants