We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cb28c commit 33c288eCopy full SHA for 33c288e
README.md
@@ -68,7 +68,7 @@ export class OnboardingComponent {
68
ngOnInit() {
69
this.onboardingForm = this.builder.group({
70
name: [null, Validators.required],
71
- age: [null, Validators.required]),
+ age: [null, Validators.required],
72
city: [null, Validators.required]
73
});
74
0 commit comments