### Type of feature ✨ Feature ### Current behavior There is no redirect for non existing routes ### Suggested solution add ``` { path: '**', redirectTo: '' } ``` to match other app versions ### Additional context _No response_ ### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Contributing Docs - [X] I agree to follow this project's Contribution Docs