mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
b635fe80cc
Without this change, the framework doesn't surface URL parts such as hostname, protocol, and port. This makes it difficult to rebuild a complete URL. This change provides new APIs to read these values. PR Close #30055