How to correctly embed youtube iframes into Angular2 view? Getting unsafe value error
问题 EXCEPTION: Error in ./HomeComponent class HomeComponent - inline template:23:84 caused by: unsafe value used in a resource URL context My homeData model { id: 1, title: '2017 Super Bowl', graphic: 'https://wikitags.com/images/SuperBowlBanner.png', categorycards: [ { type: "video", url: 'https://www.youtube.com/embed/9Egf5U8xLo8?rel=0&controls=0&showinfo=0', title: "2017 Super Bowl Commercials", listings: ["Netflix", "Nintendo", "Intel", "Ford", "Wendy's"] }, The markup: home.component.html