Steffen
Member since Nov 30, 2017
- Profile: /members/13668-steffen.htm
- Comments: 1
Recent Blog Comments By Steffen
-
Using Abstract Classes As Dependency-Injection Tokens For Swappable Behaviors In Angular 4.2.3
Posted on Nov 30, 2017 at 7:22 AM
Nice post about how to use an abstract class with a aservice in angular!! I have a similar question and don't know how to solve this with my abstract class: providers: [ provide: Abstract_Class_SERVICE, useClass: TestService1, provide: Abstract_Class_SERVICE, useClass: TestService2, provide: Ab... read more »