UNPKG

@compodoc/compodoc

Version:

The missing documentation tool for your Angular application

3 lines (2 loc) 146 B
<h1>{{title}}</h1> <input class="new-todo" placeholder="What needs to be done?" autofocus="" [(ngModel)]="newTodoText" (keyup.enter)="addTodo()">