Does Kotlin work well with Polymer or Angular Elem...
# javascript
r
Does Kotlin work well with Polymer or Angular Elements?
a
Not sure if your use case is affected, but I believe there might be some rough edges with Angular at the moment: https://youtrack.jetbrains.com/issue/KT-21561 and https://discuss.kotlinlang.org/t/angular-2-for-kotlin/2302
cc @bashor
r
@anton.bannykh thanks
g
You can use Angular with Kotlin, but it takes a bit of background knowledge about TypeScript and decorators. Also the AOT compiler only works with TypeScript. Here's my repo showing how to use Angular with Kotlin. It will only work with the JIT compiler though. https://github.com/gbaldeck/angular-kotlin-starter