Avraham Essoudry

Results 39 comments of Avraham Essoudry

> @avrahamcool I just came across another example while we a mapping may look good: the `for` attribute on `` element is mapped to `htmlFor` property of it. Do we...

sounds very good. for the values I wanted to use values from the list of keys that are available in [`key` event.](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key/Key_Values) do you think there is a more generic...

@bigopon that will work. but it will also have many other side effects too. (other stuff that need to wait, will be flushed) can we flush a specific task instead?...

> For the syntaxes part, I think we may need to be careful starting with a too wide range of inputs. Maybe let's stick to the verbose but extensible object...

what browser did you test? IE? or doe's it crash in chrome also? if the problem is with IE only, it reminds me of a problem I had a while...

I don't know about statistics, but I for one rely on the fact that I can change the build/run task for my projects. it can be a simple `convention over...

Maybe something like this? https://robinraju.github.io/developer/2017-11-14-loading-external-config-in-angular But better.. _Obviously_

any update on how to safely upgrade an existing project from older CLI?

I'm also interested to know how can we have CORS & Throttling enabled.