fix(ivy): temporary hack to set host styles and static classes (#27385)

PR Close #27385
This commit is contained in:
Kara Erickson
2018-11-30 18:25:41 -08:00
committed by Alex Rickabaugh
parent 7d89cff545
commit 2a39425e48
6 changed files with 147 additions and 13 deletions

View File

@ -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) {