Shared component losing menuToggle on lazy loaded page

I have a shared component and I’m using lazy loading for my pages. For some reason, any page that I include the shared component on hides the menuToggle… any ideas? The side menu is set to persistent and works on every page that doesn’t include the shared component.

I created a component with ionic g component Name

I’ve imported components.module.ts on the page.module.ts.

The component works as it should, but my menuToggle will not show up on that page. Is there something else I need to include in components.module.ts or in the component itself to get this functionality back?