I have been trying to work with the code, I added the button but I don\'t know how to link it to another page when clicking on it.
html
Home
ts
import { Router } from '@angular/router'; constructor(private route: Router) { } nextpage() { this.route.navigate(['/home']); }