Alex Fuentes

Results 10 comments of Alex Fuentes

`import biri from 'biri';`?

@arminbaljic It would be great to see this wrapper working. I'm trying to make your directive working but I'm not able... Thanks!

@davidjbradshaw if I'm not mistaken we will only want the first one [0] reference since it will be applied once for every iframe using this directive, it isn't it? I...

@destus90 same here, thanks!

If you do something like that (commented on #247) you will always get a result of `null`. This is caused because you are not opening a confirm dialog. I am...

@shivanand23 yes! please see a very easy solution here: #320

@shivanand23 yeah! I'm glad to see that! ;-)

Incredibly easy to solve! I didn't figure that `this.dialog.close()` could send a result back so the promise can catch it: ```typescript dialog.then(resultPromise => { return resultPromise.result .then( result => console.log('createNewArtist()',...

Hi, take a look at #1662. I had a similar issue.

Yes please! At this moment the only way I found doing something similiar is setting a repeat: 1000 or something like that. Thanks!