Angular 2 for Kotlin?

The problem is that Angular 2+ is write in TS and Kotlin can’t execute TS, only JS.

Yes, there is a Angula 2+ JS version, but the most community use TS, so we will need convert the TS version in Kotlin version, not the JS version.

I use some JS library in Kotlin and works fine, but big frameworks are the problem.

1 Like