Firstly, bind a controller function with $event as a param to the input event. <input type="text" class="form-control" (keyup.enter)="OnInput($ ...
確定! 回上一頁