Lazy load Angular 5 error: $$_lazy_route_resource lazy recursive

后端 未结 9 2003
傲寒
傲寒 2020-12-29 20:20

I\'m using angular cli AoT compilation. When I try to make a lazy load component following this tutorial, I got the error below:

ERROR Error         


        
9条回答
  •  自闭症患者
    2020-12-29 20:54

    I got the same issue. I solve it Just stopping the cli server and start it. Error is gone if you done your code correctly.

提交回复
热议问题