79795613

Date: 2025-10-21 08:46:24
Score: 0.5
Natty:
Report link

Turned out I forgot to add

app.html

<router-outlet></router-outlet>

and

app.ts

@Component({
  imports: [RouterModule],
  selector: 'app-root',
  templateUrl: './app.html',
  styleUrl: './app.scss',
})
export class App {
  protected title = 'test-app';
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Alexus