After experimenting with Raphael and Snap in my Angular 4 app, I've found that neither of them fully support TypeScript. Does anyone happen to know of a library that offers complete TypeScript type support for easy integration with Angular 2/4/5 without requiring extensive configuration?
If not, I'm considering the possibility of developing my own TypeScript library from scratch, but that would be quite an undertaking.