Aug 8, 2017 · 1 min read
export const SPLITTER_VALUE_ACCESSOR =
{ provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SplitterDirective ), multi: true,};You can find an explanation of the above code in the article I mentioned at the beginning.
