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

fix(animations): delegate 'animation' flag to 'NgbConfig' #3939

Conversation

maxokorokov
Copy link
Member

Component configs now delegate the animation flag to NgbConfig if it is not set explicitly.

Fixes #3893

Component configs now delegate 'animation' flag to 'NgbConfig' if it is not set explicitly.

Fixes ng-bootstrap#3893
@maxokorokov maxokorokov force-pushed the animations/fix/config-injection-order branch from 09c06e3 to 61d8a76 Compare January 13, 2021 13:08
Copy link
Member

@fbasso fbasso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, as I have no other idea on how to resolve this.animation differently !

@maxokorokov maxokorokov merged commit c90c1c4 into ng-bootstrap:master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

animation delegation in configs is fragile
2 participants