Uncaught Error: Unexpected directive 'ProductsComponent' imported by the module 'AppModule'. Please add a @NgModule annotation

前端 未结 2 1334
日久生厌
日久生厌 2021-01-22 12:59

Im trying to access the main route on my server at

http://localhost:4200

The full error message is:

Uncaught

2条回答
  •  礼貌的吻别
    2021-01-22 13:45

    Try removing the routingComponents. I don't see that that is doing anything and may be causing this problem.

提交回复
热议问题