gpt4 book ai didi

javascript - Angular 4 使用从 something.component.ts 到 something.component.css 的值

转载 作者:行者123 更新时间:2023-11-30 21:06:56 33 4
gpt4 key购买 nike

我对 Angular 4 有点陌生,所以这可能是一个有点愚蠢的问题。我在我的 component.ts 上得到了一个值 photourl:string;,它包含来 self 的图像的 url firebase 数据库.. 我想将此 url 用作我在 component.html 中获得的 div 的背景图像,所以尽管 {{photourl}} 在我的 component.html 中工作正常 {{photourl}} 在我的组件中无法识别.css.. 有什么方法可以直接在我的 component.css 文件中使用 typescript 值,或者我需要使用 component.ts 中的 javascript 来干预 component.css?

最佳答案

使用 ngStyle 指令。

<my-component [ngStyle]="{ 'background-image': photoUrl }"></my-component>

来源:https://angular.io/api/common/NgStyle

关于javascript - Angular 4 使用从 something.component.ts 到 something.component.css 的值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46512935/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com