Skip to content

Instantly share code, notes, and snippets.

@teomanofficial
Last active December 11, 2022 01:38
Show Gist options
  • Save teomanofficial/d11fd981245ce3c301e9eb3594785c30 to your computer and use it in GitHub Desktop.
Save teomanofficial/d11fd981245ce3c301e9eb3594785c30 to your computer and use it in GitHub Desktop.
setDisabledState(isDisabled: boolean): void {
this.renderer.setProperty(this.input.nativeElement, 'disabled', isDisabled);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment