Cannot match any routes

后端 未结 5 641
陌清茗
陌清茗 2021-01-07 17:52

My component shows up but i get an error message when the page is loaded. I can\'t seem to solve the error message at all after looking at a bunch of resources.

Erro

5条回答
  •  花落未央
    2021-01-07 18:41

    just add a route for '' the exception will go.

    { 
        path: '', 
        component: HomeComponent 
    }
    

提交回复
热议问题