Navigation triggered outside Angular zone, did you forget to call ‘ngZone.run()’?

My app crashes (not always that’s strange) suddenly after I click on an link on my sliding ion-menu.
Everything worked before. I think it has to do with my latest update.
I could not find out what causes this error. Once the error is there it’s always there.

The next page after the click on the ion-menu link crashes, because the form-controls of the form are not available anymore. But everything is there and it worked before.

Ionic:

Ionic CLI : 5.4.6 (/Users/oliverwaterkamp/node_modules/ionic)
Ionic Framework : @ionic/angular 4.11.10
@angular-devkit/build-angular : 0.803.25
@angular-devkit/schematics : 8.1.3
@angular/cli : 8.3.25
@ionic/angular-toolkit : 2.1.2

Capacitor:

Capacitor CLI : 1.4.0
@capacitor/core : 1.4.0

Utility:

cordova-res : not installed
native-run : not installed

System:

NodeJS : v12.13.0 (/usr/local/bin/node)
npm : 6.13.6
OS : macOS Catalina

In my case I could solve it with the solution you will find here: