Skip to content

Instantly share code, notes, and snippets.

@eliraneliassy
Last active October 4, 2023 09:00
Show Gist options
  • Save eliraneliassy/31b8e48d85be8665293fb46ef73ac140 to your computer and use it in GitHub Desktop.
Save eliraneliassy/31b8e48d85be8665293fb46ef73ac140 to your computer and use it in GitHub Desktop.
constructor(@Self() public controlDir: NgControl) {
this.control.valueAccessor = this;
}
@biswajitpaul01
Copy link

Please update from this.control.valueAccessor = this; to this.controlDir.valueAccessor = this; or vice versa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment