#### What is the expected behavior? After lazy loading a tab, the tab content should persist and not getting reinstantiated on tab changes. #### What is the current behavior? A tab change instantiates the new tab content and destroys the previous tab content. #### What are the steps to reproduce? [https://stackblitz.com/edit/angular-material2-issue-imxxnk](https://stackblitz.com/edit/angular-material2-issue-imxxnk?file=app%2Fapp.component.html) Click on the tabs and observe the console for ngOnInit and NgOnDestroy messages. #### Which versions of Angular, Material, OS, TypeScript, browsers are affected? Angular 7.2.15 Material 7.3.7 #### Is there anything else we should know? Using matTabContent: lazy loading