export class ParentComponent { public httpService = inject(myCustomHttpService); } export class ChildComponent extends ParentComponent { // No need to inject again — inherits httpService }