I’m not using the angular [routerLink] inside the html as I can’t for that specific code.
Is it possible to pass a variable to pass a variable like this ? this._router.navigate(['', { animated: false }]).
Or or should I add it somewhere else ?
If possible, I’d like to avoid using IonicModule.forRoot({animated: false}); as I do use such animation elsewhere.