79470055

Date: 2025-02-26 14:27:58
Score: 0.5
Natty:
Report link

The injection token should be written in uppercase as 'REQUEST':

import { Inject, Optional, REQUEST } from '@angular/core';
// ...
constructor(
  @Optional() @Inject(REQUEST) private request: Request | null
) { console.log('URL: ', this.request?.url); }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gábor G.