How to access slide menu in other components

I create a slide-menu in app.html and the variable is in app.ts. How can I access the variable in app component through other component?

By injecting MenuController?