Skip to content
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

refactor(@angular-devkit/schematics): reduce direct rxjs usage in filter host tree #27646

Merged
merged 1 commit into from
May 15, 2024

Conversation

clydin
Copy link
Member

@clydin clydin commented May 15, 2024

All direct usage of rxjs has been removed from the FilterHostTree implementation. This removes the need to import rxjs within the containing file. The recursive logic has also been replaced with an iterative approach.

…ter host tree

All direct usage of rxjs has been removed from the FilterHostTree implementation.
This removes the need to import rxjs within the containing file. The recursive
logic has also been replaced with an iterative approach.
@clydin clydin requested a review from alan-agius4 May 15, 2024 16:50
@alan-agius4 alan-agius4 added target: rc This PR is targeted for the next release-candidate action: merge The PR is ready for merge by the caretaker labels May 15, 2024
@clydin clydin merged commit d087b5f into angular:main May 15, 2024
34 checks passed
@clydin clydin deleted the schematics/reduce-rxjs-1 branch May 15, 2024 17:42
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 target: rc This PR is targeted for the next release-candidate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants