projects
/
oweals
/
peertube.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
76252afbb25b75d6683f9118de23b31a278cac40
[oweals/peertube.git]
/
client
/
src
/
app
/
videos
/
videos.component.ts
1
import { Component } from '@angular/core';
2
import { ROUTER_DIRECTIVES } from '@angular/router';
3
4
@Component({
5
template: '<router-outlet></router-outlet>',
6
directives: [ ROUTER_DIRECTIVES ]
7
})
8
9
export class VideosComponent {
10
}