Angular Material in Ionic 6

RN I’m getting the feeling you should not do it at all :frowning:
I currently have trouble with Ionic 6 and ngOnInit.

Ionic (6?) seems to discourage using Angular lifecycle Events like ngOnInit in favor of sth. like ionViewWillEnter:

My current problem is when navigating back to a route with a mat-stepper the stepper is where it was before.
I guess Material uses Angular lifecycle hooks.
And I guess it uses it everywhere.
That would make them incompatible? O.o