This can be achieved by putting the service name in the providers array of component's decorator instead of putting the service name in providers array of module's decorator , also don't provide the property 'provided in : root' in the service's decorator .