try to add the RouterOutlet from @angular/router in your AppModule imports, like:
RouterOutlet
@angular/router
import { RouterOutlet } from '@angular/router';
imports: [RouterOutlet]