Multiple components match node with tagname app-lobby

后端 未结 7 1133
刺人心
刺人心 2021-02-14 05:51

the code was running fine on angular version 8.3.4 but when i updated it to the latest version of angular ( 9 ) i got the following error

following is t

7条回答
  •  心在旅途
    2021-02-14 06:32

    I have an app in angular 9. I had similar problem, but then i realised that i forgot the provider for DatePipe. After that, this error went away... Maybe errors like these won't be happening after some time of angular 9 development.

提交回复
热议问题