Angular: How to redirect into another page upon submit
问题 I developed this app (http://www.anelmad.com) and I am trying to redirect the display of information (dictionary definitions of words) upon submit (Enter or button click) into another page. The redirection works but the content of the page does not follow. in home.component.html: <form #myForm> (...) <input type="text" class="form-control" #elem (keyup)="onNameKeyUp(elem.value)" [ngModelOptions]="{standalone: true}" [(ngModel)]="latinButton" (focus)="onNameKeyUp(elem.value)" placeholder=