Hey @markmadlangbayan, I personally use it with angular. Do you maybe have a more detailed question I could take a shot at answering? In general, the library is not aimed at any particular framework so should work well standalone as well as in a framework.
The output is compiled into ES5 javascript and basically uses the available tools to instantiate the classes that you need. The only thing extra you need is support for decorators which is included in typescript compiler.
Hey @markmadlangbayan, I personally use it with angular. Do you maybe have a more detailed question I could take a shot at answering? In general, the library is not aimed at any particular framework so should work well standalone as well as in a framework.
The output is compiled into ES5 javascript and basically uses the available tools to instantiate the classes that you need. The only thing extra you need is support for decorators which is included in typescript compiler.