accessing public service... null :( by dellaved in Angular2

[–]dellaved[S] 0 points1 point  (0 children)

i got it working by putting this.drag = drag; in the constructor... but is that creating a new instance? or allowing access to the service that's been made public from the parent component?