угловой перенаправление при отправке
constructor(private router: Router) { }
onSubmit() {
// some stuff
this.router.navigate(['/search']);
}
DevPedrada
constructor(private router: Router) { }
onSubmit() {
// some stuff
this.router.navigate(['/search']);
}