Last active
July 15, 2017 18:10
-
-
Save stevermeister/7144b320098c3afcd1a71879a7eb75ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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