Name Description Size Coverage
events.ts An event that represents a request to add a new todo. 1932 -
todo-app.ts 3638 -
todo-footer.ts 4192 -
todo-form.ts 1909 -
todo-item.ts auto, since non-WebKit browsers doesn't support input styling 6379 -
todo-list.ts Mobile Safari 3351 -
todo.css.ts Hack to remove background from Mobile Safari. Can't use it globally since it destroys checkboxes in Firefox 1821 -
todos.ts A mutable, observable container for a todo list. @fires a `change` event when the todo list changes. 5366 -
utils.ts A property decorator that subscribes to an event on the property value and calls `requestUpdate` when the event fires. If we were using this outside of just this one app we'd use the type system to enforce that the property value is an `EventTarget`. 1145 -