-
Notifications
You must be signed in to change notification settings - Fork 313
v6: Migrate components to OnPush strategy (next branch) #3066
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
Labels
Comments
Checkbox component is already using on push strategy.
|
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 23, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 23, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 23, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 23, 2025
…#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 23, 2025
…system#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 24, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 24, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 24, 2025
…#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Jan 24, 2025
…system#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
…m#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
…m#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
…em#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
…stem#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Rrothschild18
added a commit
to Rrothschild18/carbon-components-angular
that referenced
this issue
Feb 5, 2025
…esign-system#3066 Signed-off-by: rrothschild18 <raultonello18@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, only a few components support OnPush strategy, most components should be fairly straight forward to migrate. There is a likely hood of Angular moving away from
zone.js
in future releases, this step allows us to move closer to zone-less.Components to migrate:
Since many components are going to be straight forward, we will accept
batch
PRs.The text was updated successfully, but these errors were encountered: