export class AppComponent {
  todoStore: RemoteTodoStore;
  newTodoText = '';

  constructor(todoStore: RemoteTodoStore) {