fix(ivy): temporary hack to set host styles and static classes (#27385)
PR Close #27385
This commit is contained in:

committed by
Alex Rickabaugh

parent
7d89cff545
commit
2a39425e48
@ -594,7 +594,7 @@ export function renderStyleAndClassBindings(
|
||||
* @param renderer
|
||||
* @param store an optional key/value map that will be used as a context to render styles on
|
||||
*/
|
||||
function setStyle(
|
||||
export function setStyle(
|
||||
native: any, prop: string, value: string | null, renderer: Renderer3,
|
||||
sanitizer: StyleSanitizeFn | null, store?: BindingStore | null,
|
||||
playerBuilder?: ClassAndStylePlayerBuilder<any>| null) {
|
||||
|
Reference in New Issue
Block a user