Simplify SentComponent template by removing unnecessary <ng-content> wrapper.
This commit is contained in:
parent
da3a818f03
commit
5876298ae9
|
|
@ -7,13 +7,11 @@
|
|||
</app-header>
|
||||
<main>
|
||||
<app-full-size>
|
||||
<ng-content>
|
||||
<section class="darkmodeSection full-height flex">
|
||||
<div class="margin-auto">
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
</section>
|
||||
</ng-content>
|
||||
<section class="darkmodeSection full-height flex">
|
||||
<div class="margin-auto">
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
</section>
|
||||
</app-full-size>
|
||||
</main>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user