Cannot find module '../../myservice;' or its corresponding type declarations.
By having the service as Injectable with providedIn root , this should be available throughout the project right?
@Injectable({ providedIn: 'root', })
I have them in both services. Has anyone faced similar issues ?
I have tried importing myservice from the other service but it says the service that I am looking for is not found
unable to import actually