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

feat: remove change detection strategy from all components #101

Merged
merged 1 commit into from
Dec 18, 2016

Conversation

mattlewis92
Copy link
Owner

BREAKING CHANGE:

For enhanced performance it is recommended that you add changeDetection: ChangeDetectionStrategy.OnPush on all components that use this library. This will restrict change detection to only run when the components inputs change

Closes #94

BREAKING CHANGE:

For enhanced performance it is recommended that you add `changeDetection: ChangeDetectionStrategy.OnPush` on all components that use this library. This will restrict change detection to only run when the components inputs change

Closes #94
@mattlewis92 mattlewis92 added this to the 0.5.x milestone Dec 12, 2016
@mattlewis92 mattlewis92 merged commit 36458ab into master Dec 18, 2016
@mattlewis92 mattlewis92 deleted the remove-on-push branch December 18, 2016 12:35
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