Angular 5 display *ngfor horizontally

前端 未结 3 1153
后悔当初
后悔当初 2021-01-16 07:36

i\'m building my first angular app using latest version and i need some help to display some informations in a specific position.

app.component.ts:

3条回答
  •  终归单人心
    2021-01-16 08:32

    You could use the package Angular Flex Layout. You just have to use the row layout.

    Here is a link to the @angular/flex-layout library.

    And a demo here

提交回复
热议问题