Ab
Results
2
comments of
Ab
Or do I have to put `````` in an every single page component? In ``````, I followed [Navigating Programmatically](https://stenciljs.com/docs/router) but it does not work. ```this.history``` object is always null. But...
Hi @jthoms1 I wrapped all child component in a ```layout``` but deep injection seems not working (```this.history === null```). Then I tested [default router demo](https://github.com/ionic-team/stencil-router/tree/master/packages/demo) using ``` "dependencies": { "@stencil/core":...