Asger Juul Brunshøj

Results 23 comments of Asger Juul Brunshøj

This will do. Thanks! (It does not work if I write `#[cfg(feature = "use_either_n")]`, but if I omit it, everything works).

Using your `either_n` solution works great if I want to render one page or the other, but does domafic support some kind of None tag? Say I want to do...

It works by telling Windows to open a given URL. If it opens in Edge, then it is likely because Windows treats Edge as your default browser.

I'm having this issue too. Here is an example of the error thrown: ``` ERROR Error: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'a minute ago'. Current...

@cmargulhano I appreciate you working on and sharing a potential fix to this issue! However, I don't quite get the fix. I would be thankful if you could shed some...

@cmargulhano I agree. I cannot see a reason to run the setTimeout outside the ngZone to begin with. However, I still do not have something that works. This does not...

@cmargulhano You mentioned earlier that these errors do not stop when Angular is in production mode - only you cannot see them because console.log is disabled. How then do you...

How about this: We modify this repo into a pure pipe that takes a time string like `2017-07-04T12:01:32Z` and returns an Observable. The Observable starts to emit strings like 'a...

I propose the following. It works perfectly in my code so far. I hope you will help me to test it further. Use it with Angulars async pipe: `{{ myTimestamp...

@cmargulhano @fiznool I'm happy to hear it! Thanks. :)