You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.
I'm using Angular 9 and can't get this fix to work. If I just add the static statement to viewchild it doesn't work; if I extend the class, import from the package and add the static statement it errors about the DomSanitizer constructor. Any more guidance or fixes for the ExpressionChangedAfterItHasBeenCheckedError ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using angular 9 I get an
ExpressionChangedAfterItHasBeenCheckedError
.I solved it by overriding the
MatCarouselSlideComponent
and adding{ static: true }
to the templateRef property.This is my component:
It would be nice if this fix gets included in the core library so we dont have to override the component ourselves.
The text was updated successfully, but these errors were encountered: