Closed sdedieu closed 4 months ago
Does the ColorPickerService really need to have different instances ? If not, provide it in root will solve a lot of issues.
root
What kind of change does this PR introduce?
No value is set in the @Injectable() decorator.
@Injectable()
Issue Number: fixes #316, #326, #256, #252, #243
@Injectable decorator is now providedIn: 'root'
@Injectable
providedIn: 'root'
Does the ColorPickerService really need to have different instances ? If not, provide it in
root
will solve a lot of issues.PR Type
What kind of change does this PR introduce?
What is the current behavior?
No value is set in the
@Injectable()
decorator.Issue Number: fixes #316, #326, #256, #252, #243
What is the new behavior?
@Injectable
decorator is nowprovidedIn: 'root'
Does this PR introduce a breaking change?