tw-in-js / use-twind-with

Twind integration packages for frameworks & libraries with examples
MIT License
68 stars 17 forks source link

Integrated with angular #8

Open frizkyzendy opened 3 years ago

frizkyzendy commented 3 years ago

I have a question. How to integrated the library with angular ? I still failed to work with angular. except if I use it with remote dependency and I code in html file. thx for reply.

sastan commented 3 years ago

The shim should work just fine. Could you create a codesandbox where we can try and test an integration?

Using the shim would be adding import 'twind/shim' into your entry module. For the "native" integration I would need to take a look as I didn't use angular for some time.

carina-akaia commented 1 year ago

@frizkyzendy is this issue still actual? Were you using Shadow DOM at that moment?