I\'ve got a problem loading a class into an Angular component. I\'ve been trying to solve it for a long time; I\'ve even tried joining it all in a single file. What I have i
In Angular v2 and up it is now:
@Component({ selector:'my-app', providers: [NameService], template: ... })