Angular - Services and Dependency Injection
You created a service with
@Injectable() but forgot to add providedIn: 'root'. What problem will occur when multiple components inject this service?