Skip to content

Commit

Permalink
Move JSON output to the bottom of the HTML file
Browse files Browse the repository at this point in the history
  • Loading branch information
akozma89 committed Dec 29, 2023
1 parent 848e77d commit 269c1c7
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,6 @@
<!-- * * * * * * * * * Delete the template below * * * * * * * * * -->
<!-- * * * * * * * to get started with your project! * * * * * * * -->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->
<div>
<pre>
{{ machines$ | async | json }}
</pre
>
</div>
<div>
<pre>
{{ coordinates$ | async | json }}
</pre
>
</div>
<div>
<pre>
{{ places$ | async | json }}
</pre
>
</div>
<main class="main">
<div class="content">
<div class="left-side">
Expand Down Expand Up @@ -208,3 +190,22 @@ <h1>Hello, {{ title }}</h1>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -->

<router-outlet></router-outlet>

<div>
<pre>
{{ machines$ | async | json }}
</pre
>
</div>
<div>
<pre>
{{ coordinates$ | async | json }}
</pre
>
</div>
<div>
<pre>
{{ places$ | async | json }}
</pre
>
</div>

0 comments on commit 269c1c7

Please sign in to comment.