Rokas Brazdžionis
Rokas Brazdžionis
Hm. Good point. I can't recall the reasons why this was updated to support v4 and v5. Seems like I need to add a deprecation notice.
Have you tried using it? Looking at [Autolinker.js options](https://github.com/gregjacobs/Autolinker.js#options) it looks like it should detect phone numbers out of the box.
Hi. Thanks! You could create your own pipe as a wrapper: ```ts import { Pipe, PipeTransform } from '@angular/core'; import { LinkyPipe } from 'angular-linky'; @Pipe({ name: 'myLinky' }) export...
Thanks for an explanation. Changing the `monero-lws` to use `ISO-8601` would help me to continue testing things. But still, the specification could be improved to avoid misinterpretations in the future....
After fiddling around I found that [it had a full support including `styleUrls`](https://github.com/thymikee/jest-preset-angular/pull/903) at some point but was [reverted](https://github.com/thymikee/jest-preset-angular/pull/909) due to some syntaxes are not processed by Jest.. What are...
A bit late answer but I have no access for merging. Pinging @MrWolfZ
Not out-of-the-box but you can achieve this by using the [`updateRecursive`](https://ngrx-forms.readthedocs.io/en/master/user-guide/updating-the-state/#updating-states-recursively) function. Although, the main challenge here is gonna be handling the type-safety. Pseudo-code: ```ts const updateByControlId = (state, formControlId,...
1. ngrx v8 has been out for more than a year - that's a big time frame in scope of Angular ecosystem. Eventually, devs have to update their ngrx if...
@tashoecraft are you willing to take on this?
@egonknapen just faced with the same issue but it seems that adding `children: [],` allows you to avoid that dummy component.