Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(@angular-devkit/build-angular): set HTML lang attribute when serving #19090

Merged
merged 1 commit into from
Oct 15, 2020

Commits on Oct 15, 2020

  1. fix(@angular-devkit/build-angular): set HTML lang attribute when serving

    When using the non-deprecated localization options, the development server was not properly setting the HTML `lang` attribute for the application.  This change ensures that the active locale is used within the application's index HTML file.
    
    Closes angular#18094
    clydin committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    1d8eef8 View commit details
    Browse the repository at this point in the history