Skip to content

Commit cf98c00

Browse files
committed
added Extending-Existing-Entities-Core-Angular to menu
1 parent 5ffd530 commit cf98c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/en/Extending-Existing-Entities-Core-Angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Since **UserAppService** use **auto mapping**, no need to manually map Address t
142142
```html
143143
<div class="form-group">
144144
<label for="Address">{{"Address" | localize}}</label>
145-
<input id="Address" #surnameInput="ngModel" type="text" name="Address" class="form-control" [(ngModel)]="user.address">
145+
<input id="Address" #addressInput="ngModel" type="text" name="Address" class="form-control" [(ngModel)]="user.address">
146146
</div>
147147
```
148148

docs/en/nav-aspnet-core-angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
},
385385
{
386386
"text": "Extending Existing Entities",
387-
"path": "Extending-Existing-Entities.md"
387+
"path": "Extending-Existing-Entities-Core-Angular.md"
388388
},
389389
{
390390
"text": "Converting Create & Edit Modals to Angular Pages",

0 commit comments

Comments
 (0)