entrée bootstrap ng

<!-- Html -->
<label for="title">Title:</label>
<input id="title" type="text" class="form-control" [(ngModel)]="title" />

<!-- Typescript -->
voteItem: string;

  constructor() { }
Concerned Crossbill