The components inside of your container components can easily accept Observables. You simply define your custom @Input then use the Async pipe when you pass the Observable in. This lesson walks you through the process of passing an Observable into a Component.
The directive
property has been removed in RC6 from the @Component()
decorator.
The solution for this is to:
declarations: []
array.