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 was archived by the owner on Jan 6, 2025. It is now read-only.
This is because @angular/flex-layout doesn't support Angular's Renderer2 yet, which is the only supported version in Angular 5.0.0-beta.5. Prior to that release, Renderer could be used as well and flex-layout takes advantage of that service in NgClass extensions.
I've opened the original issue over at @angular/angular right HERE
Also, it seems this will likely be fixed with #391 which is pending right now.
This is because
@angular/flex-layoutdoesn't support Angular'sRenderer2yet, which is the only supported version in Angular5.0.0-beta.5. Prior to that release,Renderercould be used as well and flex-layout takes advantage of that service inNgClassextensions.I've opened the original issue over at
@angular/angularright HEREAlso, it seems this will likely be fixed with #391 which is pending right now.