normalized URL strips trailing slash
问题 The implementation of Location.normalize in Angular 2 strips trailing slashes from URLs (documentation). What is the reasoning behind this? Can I go ahead and override this behaviour if I wish? What are the potential consequences of doing so? I would prefer that normalized URLs have a trailing slash, in part for consistency with the API exposed by the back-end part of my project (reasoning). Edit: I see that there is a commit against angular.js which allows the configuring of this behaviour;