The problem of service injection in angular

the service code is as follows

 StaticInjectorError(Platform: core)[FatherComponent -> InnerService]: 
    NullInjectorError: No provider for InnerService!
    at
Jan.21,2022

InnerService needs to be injected into, in:

providers: [ InnerService ]

did not put module into appModule's import

Menu