Angular自定义库ngFor和ngIF错误

时间:2019-04-02 10:19:54

标签: angular

ngIF ngFor

的角度自定义库抛出错误
ERROR Error: Uncaught (in promise): Error: StaticInjectorError(AppModule)[NgForOf -> ViewContainerRef]: 
  StaticInjectorError(Platform: core)[NgForOf -> ViewContainerRef]: 
    NullInjectorError: No provider for ViewContainerRef!

1 个答案:

答案 0 :(得分:0)

您需要在angular.json中的构建配置中启用preserveSymlinks

在您的angular.json中,找到架构师下的build属性,并在选项中添加"preserveSymlinks": true 我认为这可以解决您的问题。