Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Error: [Onsen UI] Only page elements can be children of navigator
-
i am trying to use navigator with angular 9 but its not working
i have created a sample repo so you can test it too
[https://github.com/tahir-jamil/onsen-navigator.git](link url)
-
@tahir-jamil
Hello, check the selectors in your components.
For example, in FirstPage, the selector is named ‘app-FirstPage’.
It should be ‘ons-page[firstPage]’.