Skip to content

Commit

Permalink
console event
Browse files Browse the repository at this point in the history
console.warn(this.checkLogin.valueChanges);
  • Loading branch information
leanhducprovn committed Jun 10, 2022
1 parent ca9d8f7 commit 7440f52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions angular/src/app/custom-form/form/form.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class FormComponent implements OnInit, AfterViewInit {
ngOnInit(): void {}

ngAfterViewInit() {
console.warn(this.checkLogin.valueChanges);
console.warn(this.username);
console.warn(this.password);
}
Expand Down

1 comment on commit 7440f52

@vercel
Copy link

@vercel vercel bot commented on 7440f52 Jun 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.