Skip to content

Instantly share code, notes, and snippets.

@stevermeister
Last active July 15, 2017 18:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevermeister/7144b320098c3afcd1a71879a7eb75ae to your computer and use it in GitHub Desktop.
Save stevermeister/7144b320098c3afcd1a71879a7eb75ae to your computer and use it in GitHub Desktop.
export const MY_ACCESSOR = {
provide: NG_VALUE_ACCESSOR,
useExisting: forwardRef(() => MyComponent),
multi: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment