Skip to content

Commit e018d4a

Browse files
eric-horodyskimhartington
authored andcommitted
feat(page): add large header
Add the large header to the page generator command, to make the pages created from the starter projects.
1 parent 5523f7a commit e018d4a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
<ion-header>
1+
<ion-header [translucent]="true">
22
<ion-toolbar>
33
<ion-title><%= name %></ion-title>
44
</ion-toolbar>
55
</ion-header>
66

7-
<ion-content>
8-
7+
<ion-content [fullscreen]="true">
8+
<ion-header collapse="condense">
9+
<ion-toolbar>
10+
<ion-title size="large"><%= name %></ion-title>
11+
</ion-toolbar>
12+
</ion-header>
913
</ion-content>

0 commit comments

Comments
 (0)