stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Removing app-profile removes routing #51

Closed ToothpickFactory closed 2 years ago

ToothpickFactory commented 6 years ago

Took me a bit to figure out why my routing stopped working after I took out app-profile. Turns out it's because the only place stencil/router is imported is in the app-profile component. It may be better to have the example project have

import '@stencil/router';

imported in the root aka my-app for the example project.

david-poindexter commented 2 years ago

It appears this issue was resolved via #57 so we'll go ahead and close this issue. Thanks @prodrammer.