mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: rename outdated validateTree example's model
This commit is contained in:
parent
28e7bfaf77
commit
0ef43c5ff3
1 changed files with 1 additions and 1 deletions
|
|
@ -495,7 +495,7 @@ interface User {
|
|||
/* ... */
|
||||
})
|
||||
export class UserFormComponent {
|
||||
readonly userModel = model<DTO>({
|
||||
readonly userModel = model<User>({
|
||||
firstName: '',
|
||||
lastName: '',
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue