Skip to content

Instantly share code, notes, and snippets.

@morjuax
Last active July 30, 2021 17:46
Show Gist options
  • Save morjuax/9e09fc0de62627636204cef503315f76 to your computer and use it in GitHub Desktop.
Save morjuax/9e09fc0de62627636204cef503315f76 to your computer and use it in GitHub Desktop.
Input angular with set
@Input()
set parameterInput({ prop1, prop2 }: Interface) {
this.prop1 = prop1;
this.prop2 = prop2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment