fix(mode): lazy load same component, two different modes (#16401)

* test(mode): lazy load same component, two different modes

* chore(package): update to stencil 0.16.0-4

* chore(ng): update ng proxies
This commit is contained in:
Adam Bradley
2018-11-20 16:27:07 -06:00
committed by GitHub
parent 0cd0526801
commit 4dd4ccc4ce
3 changed files with 104 additions and 104 deletions

View File

@@ -20,7 +20,7 @@
<ion-content padding>
<h1>Page One</h1>
<ion-nav-push component="page-two">
<ion-button class="next">Go to Page Two</ion-button>
<ion-button mode="md" class="next">Go to Page Two</ion-button>
</ion-nav-push>
</ion-content>
`;