AOP in TypeScript Using Aspect
Posted onUpdate! I am actually using decorators for this kind of thing these days. Original article below. I recently wrote about using an existing JavaScript AOP framework with TypeScript, but in this article I’m going to talk about using Aspect, an AOP framework written for, and in, TypeScript. Why? Aspect is small, completely stand alone and […]