Anton
Member since Aug 9, 2016
- Profile: /members/13268-anton.htm
- Comments: 1
Recent Blog Comments By Anton
-
Implementing A $log-Inspired Logging Service In Angular 2 RC 4
Posted on Aug 9, 2016 at 10:40 AM
Thanks for the post! I think it's a matter of preference, but with TypeScript you could use abstract classes to define the Logger (https://goo.gl/YEQOWG). The abstract Logger class can serve two roles at the same time - define a contract for the concrete logger implementations, and be a token for A... read more »