Posts by Pedro Buzzi Filho • 11 points
1 post
-
1
votes2
answers490
viewsA: Problem with angular 5x routes
Hello! In your app.module you should import the Routermodule already invoking the forRoot() method, as shown below: imports: [ BrowserModule, RouterModule.forRoot(APP_ROUTES) ] I believe that’s the…