I18n Get correct language code in baseHref with firebase hosting and Angular
In my angular project I have set up i18n for "sv"(swedish) and "en". What I want is to when accessing mypage.com, "/sv" or "/en" to be added to baseHref so that correct index.html is loaded from firebase hosting based of…