NetanelBasal
8/17/2018 - 6:57 AM

example.html

<section>
  
  <app-alerts [alerts]="alerts$ | async"></app-alerts>
  
  <div>
    <other-component [alerts]="alerts$ | async"></other-component>
  </div>
  
</section>