Olivier Combe

Results 188 comments of Olivier Combe

Sure, but it would be for css / templates only

Hello, since you're loading the controller with the syntax "as": `"HomePageCtrl as ctrl"` then the variable in your view should we called with `{{ ctrl.variable }}` And in your controller...

Weird, can you make me a plunkr so that I can check?

it loads js files by appending tags in your browser, so the only thing that could freez your browser would be really long script files I guess, or synchronous code...

oh yes, weird I was saying: it loads js files by appending a script tag into the page, which is async. The only synchronous parts that could block the page...

I had the same issue with a comment at the beginning of the file: ```jsx // hey import { Show } from '@builder.io/mitosis'; export interface ButtonProps { attributes?: any; text?:...

Thanks for the PR, I'll look into it. Honestly the setup for this repo is so old that it's probably easier to start from a freshly generated library with angular...

Hello, I'm not planning on adding new features or optimizations to this library, because like you said it's only a temporary solution. That being said, the same issues will arise...