fixed compilation error and cleaned up code in app component

pull/11/head
Isaac Grynsztein 6 years ago
parent 6604484765
commit a15e1f98fa

@ -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

Loading…
Cancel
Save