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
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