mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
9f4b46796e
commit
811c244a40
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export class HeroFormReactiveComponent implements OnInit {
|
|||
get power() { return this.heroForm.get('power'); }
|
||||
|
||||
get alterEgo() { return this.heroForm.get('alterEgo'); }
|
||||
|
||||
|
||||
// #docregion async-validator-inject
|
||||
constructor(private alterEgoValidator: UniqueAlterEgoValidator) {}
|
||||
// #enddocregion async-validator-inject
|
||||
|
|
|
|||
Loading…
Reference in a new issue