Is there a short and simple way to pass an RxJS Subject or BehaviorSubject to an an Angular 2 directive for two-way binding? The long way to do it would be as follows:
This is a simple solution, as you said in your question. (Nothing simpler than what you already provided)