aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/shared/video/video-feed.component.ts
blob: 6922153c0df6e898159ad9c56b7b0fa62cfc94b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                





                                               
                                 
                           
 
import { Component, Input } from '@angular/core'

@Component({
  selector: 'my-video-feed',
  styleUrls: [ './video-feed.component.scss' ],
  templateUrl: './video-feed.component.html'
})
export class VideoFeedComponent {
  @Input() syndicationItems
}