-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
BrowserAnimationsModule to NoopAnimationsModule #641
Comments
Hi @Dji75, could you verify that this version works for your without the global exclusion of animations? Thank you in advance! |
feat(core): replacing animations with noop by default #641
Hi @satanTime, Yes it worked ! ;) I can now get rid of this, thanks ! :) ngMocks.globalReplace(BrowserAnimationsModule, NoopAnimationsModule); |
Cool. Thanks! Sunday is the release day then :) |
v12.1.0 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems. |
It works like a charm, thanks again 👍 |
need a transparent way how to replace BrowserAnimationsModule if it hasn't been provided explicitly.
The text was updated successfully, but these errors were encountered: