79544974

Date: 2025-03-30 18:07:55
Score: 1
Natty:
Report link
export class ParentComponent {
    public httpService = inject(myCustomHttpService);
}

export class ChildComponent extends ParentComponent {
    // No need to inject again — inherits httpService
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kanchi Saraf