Categories
AngularJS how to store an object inside a service??
I need to create a space inside the service, how to do it??
Answer the question
In order to leave comments, you need to log in
using a regular setter to forward data to the service this.setSomeData = (someData) => { this.someData = someData; }
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question