mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: correct component name on Managing Dynamic Data on angular.dev website (#52792)
PR Close #52792
This commit is contained in:
parent
da97bbc762
commit
181e4f31ea
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ When you want to update state, this is typically accomplished by defining method
|
|||
```ts
|
||||
// todo-list-item.component.ts
|
||||
@Component({ ... })
|
||||
export class TodoList {
|
||||
export class TodoListItem {
|
||||
taskTitle = '';
|
||||
isComplete = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue