Skip to content

Commit 5365231

Browse files
committed
chore: add view child example
1 parent d16d9a2 commit 5365231

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<ion-header [translucent]="true">
2+
<ion-toolbar>
3+
<ion-title>view-child</ion-title>
4+
</ion-toolbar>
5+
</ion-header>
6+
7+
<ion-content [fullscreen]="true">
8+
<ion-header collapse="condense">
9+
<ion-toolbar>
10+
<ion-title size="large">view-child</ion-title>
11+
</ion-toolbar>
12+
</ion-header>
13+
</ion-content>

apps/angular/ionic-angular-standalone/src/app/view-child/view-child.page.ts

Whitespace-only changes.

0 commit comments

Comments
 (0)