move dashboard elements and store the order

This commit is contained in:
2023-03-05 16:16:54 +01:00
parent 77c576c434
commit 10c982c8bc
15 changed files with 399 additions and 72 deletions

View File

@@ -2,6 +2,7 @@
:host {
display: block;
margin-top: 1em;
background-color: aliceblue;
}
</style>
<p *ngFor="let line of lines()">{{line}}</p>