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:
You could use the package Angular Flex Layout. You just have to use the row layout.
row
Here is a link to the @angular/flex-layout library.
And a demo here