Justoverclock There's a way to display a new sidenav items only on homepage? actually my items is displayed on all the pages but works only on homepage. (visitor count) so i want to display this only on homepage and not on sub-pages
luceos app.current.data.routeName Easiest way to discover this? Open your browser console here on discuss, you can type there too 😉 I usually just type app and you can open/fold properties of the app object.
Nearata Justoverclock To match a route you can use matches app.current.matches(<component>) // example if (app.current.matches(IndexPage)) { // do something }