Solution:- Make sure you are using like this MyMethod().subscribe
e.g.
ngOnInit() {
this.videos = this.videoserv.getvideos()
.subscribe(responce => this.videos = responce);
}
property subscribe doesn’t exisit on type Angular TypeScript
Previous Post: Change theme for Visual Studio 2017