mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix programmatic-rendering example component name (#52731)
PR Close #52731
This commit is contained in:
parent
c5e4424810
commit
71a4d6aaef
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export class CustomDialog {
|
|||
@Input() user: User;
|
||||
|
||||
getBioComponent() {
|
||||
return this.user.isAdmin ? AdminBio : StardardBio;
|
||||
return this.user.isAdmin ? AdminBio : StandardBio;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue