mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
85c345b011
HttpParams uses custom encoding function "standardEncoding" to encode query string preserving specific charachters. This refactoring aims to improve performances and code quality of that function by using a RegExp and a Map object instead of a chain of replace functions. PR Close #42998