79176939

Date: 2024-11-11 08:51:03
Score: 1.5
Natty:
Report link

You should import RouterOutlet in your component , Like this example:

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

and provide it in imports:

imports: [
  RouterOutlet
],
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Aria