Created
October 5, 2017 04:09
-
-
Save tkssharma/a796a70d64713691d008d0ad3b2fe31a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ng-loader [loaded]="loaded"></ng-loader> | |
<search-bar (searchTextChange)="SearchValueChange($event);"></search-bar> | |
<div class="container"> | |
<div class="left"> | |
<video-detail [selectVideo]="selectVideo"></video-detail> | |
</div> | |
<div class="right"> | |
<video-list [Videos]="Videos"></video-list> | |
</div> | |
<div class="clear"></div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment