I have an issue with trailing slashes being removed by Angular2. I've setup my dotnet core application to add them, but they get removed as soon as the js get loaded in.
Is it even possible in Angular2?
(My client requires it, so no need to add a comment saying; don't use trailing slash).
Thanks in advance.
EDIT: Should have added, this is running with Angular2-Universal, so upgrading the angular version is not that easy :(