Abdel

Results 11 comments of Abdel

Once change detection is done the `form.touched` will be turned into true, this is what I will be personally doing until this is added. ```typescript this.form.valueChanges.pipe( // We want to...

I ended up uninstalling augury & just use `ng.probe($$('COMPONENT_SELECTOR')[0]).componentInstance` nowadays.

I really need this as well, any updates?

I needed this as well, so decided to write a simple utility function. It uses types found in the [`@types/vimeo`](https://www.npmjs.com/package/@types/vimeo) package, and works great for typescript. ```typescript const promisifiedVimeoClient =...

@jelbourn Would it be acceptable to have the menu items become navigable through keyboard arrow keys? That's how context menus work in chrome macOS, or would we rather have it...

Possible duplicate of #121 I need this functionality too, I will be trying to implement it over the coming days but cannot promise anything.

@adalinesimonian I understand this was blocked by Blocked by stylelint/stylelint#5723. Great you managed to fix it in https://github.com/stylelint/stylelint/pull/5734, did you have any plans for updating this plugin to use the...

You could use the `min-area-size` directive to set the value to lets say 200 (200x200) `min-area-size="minAreaSize"` if the container is around that size. Then you would make use of the...

Would be nice if preset files can be typescript files instead of having to use the awkward `/** @type {import('jest').Config} */` syntax that is used in the docs. If this...

@Niek and @nick888888888 did you update the script to the new format? If so could you share updated scripts?