hi everyone, does someone knows a project to use K...
# javascript
c
hi everyone, does someone knows a project to use KotlinJS with Angular Fw?
r
I don’t know if that’s possible, I guess it should be maybe now that dukat is a thing? Even if someone did that it would still be too early to use anyway
c
It'll be awesome to use, nothing against TS, but kotlin on front will give more power, the class and annotations based paradigm is close to backend, and domain reuse is a dream
r
Yep, also sharing models or even entire API clients between frontend platforms is nice https://github.com/Ribesg/Kita/tree/feature/init
In this little projet the models returned by the Ktor server are the same one used by the multiplatform Ktor client, that I use in the JS app
c
In this case you use react
p
I think angular will be a lot harder to set up if it is even doable at all because you will have to convince angular cli to work with kotlin (or its output)
r
@cjmartinkoski yes, because Jetbrains developped wrappers which make it easy
c
yes, is something like that what i want for Angular use, the main problem is the angular AOT compiler
it's hard coupled to TS