79176204

Date: 2024-11-11 02:18:12
Score: 1.5
Natty:
Report link

try to add the RouterOutlet from @angular/router in your AppModule imports, like:

import { RouterOutlet } from '@angular/router';

imports: [RouterOutlet]

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mateus Oliveira