How to keep only one instance of service for several components?

Viewed 4118

I use DI to inject sevice in several components. Now it works not as one common instance.

How to keep only one instance of service for several components?

I trie to load service in app.module in section providers

1 Answers
Related