Rafael Santana

Results 41 comments of Rafael Santana

What's your data structure?

Well, I had a problem with groupBy with dates because my dates were formatted as timestamp, so I changed the format to MM/dd/yyyy before render the view, then it worked....

@SteveVanOpstal, please check it now. I've made some changes.

@yuyang041060120, since [Angular 2.3.1](https://github.com/angular/angular/blob/master/CHANGELOG.md#231-2016-12-15) they fixed the issue with length of `FormArray`. IMHO, there's no necessity to add this here.

Hey, do you have any direction to point up? I mean, where should I add such option? I was thinking of having an `InjectionToken` like `BIND_QUERY_PARAMS_CONFIG` with a config that...

@NetanelBasal please, note that this is still a draft. I want to get an initial feedback on names and how we can solve the problem I explained above. After that,...

I agree with these aliases, but... is it allowed to use multiple names in the `@Pipe` *decorator*?

I commited a initial version on [**`5833ebd`**](https://github.com/a8m/ng-pipes/commit/5833ebd9adaf3abe4220e673b6208d4870ea6ff4). By the way. I think we can do much more than a simple `pipe` for `US phone`, in other words, we can expand...

@JamesHenry Now that Angular v13 is closer and we'll probably have a major version shortly thereafter, do you have any thoughts on this?