How to change background image after getting the image from http response object in Angular?

后端 未结 0 1459
时光说笑
时光说笑 2020-12-04 12:53

content.component.ts

getMovieContent(id) {
    this.service.getMovieContent(this.id).subscribe(data => {
      this.movieContent = { imgUR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题