Skip to content

Instantly share code, notes, and snippets.

@codebanesr
Last active June 3, 2020 19:16
Show Gist options
  • Save codebanesr/be9f3dad3cb046bca656b231ddd741f5 to your computer and use it in GitHub Desktop.
Save codebanesr/be9f3dad3cb046bca656b231ddd741f5 to your computer and use it in GitHub Desktop.
/** Initializing all forms and socket to handle changes to form, Our current focus is on this.watchForChange*/
ngOnInit(): void {
    this.userType = "";
    CobrowsingformComponent.uniqueId = this.cobrowsingService.getUniqueId();
    CobrowsingformComponent.mysequenceNumber = parseInt(this.cobrowsingService.getSequenceNumber());
    this.initLoginForm();
    this.initializeForm();
    this.watchForChange();
}    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment