mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 17:11:29 +03:00
fixed compilation error and cleaned up code in app component
This commit is contained in:
@@ -36,7 +36,7 @@ export class AppComponent implements OnInit {
|
|||||||
|
|
||||||
@ViewChild('urlinput', { read: ElementRef, static: false }) urlInput: ElementRef;
|
@ViewChild('urlinput', { read: ElementRef, static: false }) urlInput: ElementRef;
|
||||||
|
|
||||||
constructor(private postsService: PostsService, private youtubeSearch: YoutubeSearchService, public snackBar: MatSnackBar,
|
constructor(public postsService: PostsService, public snackBar: MatSnackBar,
|
||||||
public router: Router, public overlayContainer: OverlayContainer) {
|
public router: Router, public overlayContainer: OverlayContainer) {
|
||||||
|
|
||||||
// loading config
|
// loading config
|
||||||
|
|||||||
Reference in New Issue
Block a user