<div class="solutions-video-wrapper">
<video #videoPlayer class="solutions-video" (click)="togglePlay()">
<source src="../../../assets/video/solutions-video.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<i class="icon icon-play" [ngClass]="{ hide: playService.isPlay }"></i>
</div>