Syntax Error in Angular App: Unexpected token <

后端 未结 30 2074
独厮守ぢ
独厮守ぢ 2020-12-02 20:16

I have an Angular app which runs perfectly in my local and production environment.. After a tiny change I made, I ran the app locally and it works fine.. Then I built the pr

30条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 20:32

    I was facing this issue because I had generated the components but the routing was not proper or had not done with routing, so I think any of you gets this error first of all, check have you left something incomplete.

    For me it was because of routing.

提交回复
热议问题