Angular and Svelte style properties are not transformed
See original GitHub issueI am interested in helping provide a fix!
No
Which generators are impacted?
- All
- Angular
- HTML
- Qwik
- React
- React-Native
- Solid
- Stencil
- Svelte
- Vue
- Web components
Reproduction case
https://codesandbox.io/s/hungry-cache-trlkvp
Expected Behaviour
in angular [style]="obj"
should be [ngStyle]="obj"
and in svelte is more complex https://svelte.dev/tutorial/style-directive
Actual Behaviour
not doing anything
Additional Information
not sure if you want to cover this in mitosis
Issue Analytics
- State:
- Created a year ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
What I Like About Writing Styles with Svelte | CSS-Tricks
I personally write component specific styles within .svelte files, but make use of utility classes defined in a stylesheet. For global styles to ......
Read more >Svelte reactivity - Class member change doesn't reflect on UI
After the search, the data member changes and if I use a setInterval to log the config in the table component, it shows...
Read more >Dynamic behavior in Svelte: working with variables and props
That's not how export normally works in JavaScript modules! ... When the attribute and the variable have the same name, Svelte allows you...
Read more >A Guide to the Svelte Framework | Toptal
Svelte, Other SPA libraries (React, Vue.js, Angular, etc.) ... It's fantastic since you do not have to come up with class names and...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup, Forgot to close it! Should be fixed by #559
I’ll fix it later