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
This Project is missing the horizontal Layout that is described in the Material Design Specs
For this feature a new state is needed: type OrientationState = 'auto' | 'vertical' | 'horizontal' with auto as default.
To enforce a specific behavior it can be set to: horizontal or vertical.
Setting the orientation could look something like this:
This Project is missing the horizontal Layout that is described in the Material Design Specs
For this feature a new state is needed:
type OrientationState = 'auto' | 'vertical' | 'horizontal'
withauto
as default.To enforce a specific behavior it can be set to:
horizontal
orvertical
.Setting the orientation could look something like this:
Auto-Orientation could be wired up with the
breakpointObserver
from@angular/cdk/layout
and listen toorientation: landscape
changes.The text was updated successfully, but these errors were encountered: