Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion remove-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import { Component, OnInit, Input, EventEmitter, Output } from '@angular/core';
{% endcode-tabs-item %}
{% endcode-tabs %}

Add a method to the `ItemComponent` class to actually emit the event. This method will be called when the user clicks the "remove" button:
Add a method to the `TodoItemComponent` class to actually emit the event. This method will be called when the user clicks the "remove" button:

```typescript
removeItem() {
Expand Down