Angular4:动态构造样式数组时出错

时间:2017-04-07 15:24:20

标签: angular

我正在使用最新的角度 - 版本4。 我的组件有这段代码:

ERROR in Error encountered resolving symbol values statically. Calling function 'getCssUrl', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppComponent

当我运行服务时,样式工作正常,即解析了getCssUrl函数并正确加载了css。 ng build也可以。但是当我跑步的时候     ng build -prod 然后我得到错误:

=IF(ISERROR(FIND(A1,B1)),FALSE,TRUE))

1 个答案:

答案 0 :(得分:0)

您是否可以尝试以下

样式:[getCssUrl],

在没有()

的情况下添加getCssUrl