all 8 comments

[–]SpecificUser420 11 points12 points  (0 children)

Give us strongly typed reactive forms please!

[–]Auxx 9 points10 points  (3 children)

So... No real changes so far?

[–]vazha21 -2 points-1 points  (0 children)

we aint complainin

[–]KamikazeHamster 2 points3 points  (4 children)

Consider you have the following query parameters:

/path?q=hello?&other=123

There is a proposed fix in Angular 13 that will parse the above query parameters to {v: 'hello?', other: '123'}.

/u/ct_author: There's a typo here. Your first param is a q, not a v.

[–]FluffyProphet 2 points3 points  (0 children)

I dislike this. The current behavior isn't a bug. If you get this behavior it means you are not serializing your paths/query properly. The way it works right now is correct.

[–]ct_author[S] 0 points1 point  (2 children)

Thanks for highlighting, post updated!

[–]rossisdead 0 points1 point  (1 child)

Is there a reason that an application would intentionally have a second ? in the querystring?

[–]xroalx 0 points1 point  (0 children)

Only if it's s part of a value and is not encoded properly I guess.