fixed compilation error and cleaned up code in app component

This commit is contained in:
Isaac Grynsztein
2020-02-20 14:29:29 -05:00
parent 6604484765
commit a15e1f98fa

View File

@@ -36,7 +36,7 @@ export class AppComponent implements OnInit {
@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) {
// loading config