Mat-Nav-List horizontal instead of vertical?

前端 未结 7 1094
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 23:18

How do I make the following horizontal instead of the (apparent default) of vertical? It is located within navigation.component.html within my Angular 5.2.7 application that wa

7条回答
  •  無奈伤痛
    2021-02-07 23:51

    I used FlexBox setting fxLayout="row" (or just put in fxLayout as default is row)

    
         One
         Two
    
    

    However, this is using Angular Flex-Layout so an extra package

提交回复
热议问题