Skip to content

Commit 9f4dc17

Browse files
committed
eager load more components
1 parent e445ad9 commit 9f4dc17

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

frontend/projects/ui/src/app/app/preloader/preloader.component.html

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
<qr-code value="hello"></qr-code>
77

88
<!-- Ionic components -->
9+
<ion-accordion></ion-accordion>
10+
<ion-accordion-group></ion-accordion-group>
911
<ion-action-sheet></ion-action-sheet>
1012
<ion-alert></ion-alert>
1113
<ion-back-button></ion-back-button>
@@ -57,7 +59,10 @@
5759
<ion-menu-button></ion-menu-button>
5860

5961
<!-- images -->
62+
<img src="assets/img/icons/bitcoin.svg" />
63+
<img src="assets/img/icon.png" />
6064
<img src="assets/img/logo.png" />
65+
<img src="assets/img/community-store.png" />
6166
<img src="assets/img/icons/snek.png" />
6267
<img src="assets/img/icons/wifi-1.png" />
6368
<img src="assets/img/icons/wifi-2.png" />
@@ -66,11 +71,14 @@
6671

6772
<div style="visibility: hidden; height: 0">
6873
<!-- fonts -->
74+
<p style="font-family: Courier New">a</p>
75+
<p style="font-family: Courier New; font-weight: bold">a</p>
6976
<p style="font-family: Montserrat">a</p>
7077
<p style="font-family: Montserrat; font-weight: bold">a</p>
7178
<p style="font-family: Montserrat; font-weight: 100">a</p>
7279
<p style="font-family: Open Sans">a</p>
7380
<p style="font-family: Open Sans; font-weight: bold">a</p>
81+
<p style="font-family: Open Sans; font-weight: 600">a</p>
7482
<p style="font-family: Open Sans; font-weight: 100">a</p>
7583
<p style="font-family: Redacted">a</p>
7684
</div>

0 commit comments

Comments
 (0)