Skip to content

refactor: remove AsyncPipe to reduce bundle size #578

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

arturovt
Copy link

@arturovt arturovt commented Apr 4, 2025

This commit removes the AsyncPipe from the bundle and replaces its usage with signals (currently the primary communication mechanism with the view in Angular).

Use case: We're using ngx-markdown, but not using AsyncPipe directly. However, it’s still being included in the initial bundle due to its usage within ngx-markdown.

This commit removes the `AsyncPipe` from the bundle and replaces its usage with signals (currently the primary communication mechanism with the view in Angular).

**Use case:** We're using `ngx-markdown`, but not using `AsyncPipe` directly. However, it’s still being included in the initial bundle due to its usage within `ngx-markdown`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant